beam icon indicating copy to clipboard operation
beam copied to clipboard

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

Open KomiB-Atsou opened this issue 1 year ago • 1 comments

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

KomiB-Atsou avatar Aug 24 '24 01:08 KomiB-Atsou

This works for me

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

KomiB-Atsou avatar Aug 24 '24 01:08 KomiB-Atsou

@KomiB-Atsou can you provide more context? where this should be added in the documentation/website?

rakeshcusat avatar Mar 13 '25 21:03 rakeshcusat

@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.

KomiB-Atsou avatar Mar 19 '25 11:03 KomiB-Atsou

.take-issue

rakeshcusat avatar Mar 19 '25 19:03 rakeshcusat

@KomiB-Atsou I guess you are looking for this change: https://github.com/apache/beam/pull/34837

rakeshcusat avatar May 05 '25 00:05 rakeshcusat

@KomiB-Atsou I guess you are looking for this change: #34837

Exactly. Thanks.

KomiB-Atsou avatar May 07 '25 05:05 KomiB-Atsou