[Feature Request]: Running Word-Count with Gradle for PowerShell
What would you like to happen?
Add script to run Word-Count with Gradle for PowerShell
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
- [ ] Component: Python SDK
- [ ] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam YAML
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [X] Component: Website
- [ ] Component: Infrastructure
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [ ] Component: Google Cloud Dataflow Runner
This works for me
.\gradlew clean execute -D mainClass=org.apache.beam.examples.WordCount --args="--inputFile=sample.txt --output=counts"
@KomiB-Atsou can you provide more context? where this should be added in the documentation/website?
@KomiB-Atsou can you provide more context? where this should be added in the documentation/website?
Sorry. I updated the description to provide more context.
.take-issue
@KomiB-Atsou I guess you are looking for this change: https://github.com/apache/beam/pull/34837