Re: [Issue] Unable to pass VM arguments

2016-06-03 Thread Ufuk Celebi
Via YARN it's possible to set dynamically, but for standalone clusters unfortunately not at the moment. On Fri, Jun 3, 2016 at 3:46 PM, Vinay Patil wrote: > Hi, > > I am unable to pass VM arguments to my jar, this is the way I am running it: > > *bin/flink run test.jar config.yaml* > > I cannot a

[Issue] Unable to pass VM arguments

2016-06-03 Thread Vinay Patil
Hi, I am unable to pass VM arguments to my jar, this is the way I am running it: *bin/flink run test.jar config.yaml* I cannot add the VM arguments(app.name) in *env.java.opts * since there will be multiple applications running which has this as the argument Is there any way to pass the VM argu