apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.77k stars 4.21k forks source link

[Feature Request]: Running Word-Count with Gradle for PowerShell #32307

Open KomiB-Atsou opened 3 weeks ago

KomiB-Atsou commented 3 weeks ago

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

KomiB-Atsou commented 3 weeks ago

This works for me

.\gradlew clean execute -D mainClass=org.apache.beam.examples.WordCount --args="--inputFile=sample.txt --output=counts"