GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 324 forks source link

How to pass command line args in Eclipse DF Plugin #631

Closed SMukherjee4 closed 6 years ago

SMukherjee4 commented 6 years ago

Hello experts, I am new in GCP/DF and trying to run a helloworld for test, I have 2 doubts : 1) how I can run my DF with this plugin in GCP with --runner=DataflowRunner. I mean where should I pass this ? 2) If I have to pass few more command line args, where should I mention the same. I tried with usual Eclipse "run configuration"-> Argument. it didnt work. Regds S

SMukherjee4 commented 6 years ago

got the PipelineArgument option