Re: set flink yarn jvm options

2016-08-04 Thread Prabhu V
Thanks much Jamie, This works just like you mentioned. Sorry my bad, i was mistaken with this parameter. On Thu, Aug 4, 2016 at 4:39 PM, Jamie Grier wrote: > The YARN client should pass these JVM options along to each of the > launched containers. Have you tried this? > > On Thu, Aug 4, 2016

Re: set flink yarn jvm options

2016-08-04 Thread Jamie Grier
The YARN client should pass these JVM options along to each of the launched containers. Have you tried this? On Thu, Aug 4, 2016 at 4:07 PM, Prabhu V wrote: > > This property i believe affects only the yarn client. I want to set jvm > opts on application-manager and task-manager containers. > >

Re: set flink yarn jvm options

2016-08-04 Thread Prabhu V
This property i believe affects only the yarn client. I want to set jvm opts on application-manager and task-manager containers. Thanks, Prabhu On Thu, Aug 4, 2016 at 3:07 PM, Jamie Grier wrote: > Use *env.java.opts* > > This will be respected by the YARN client. > > > > On Thu, Aug 4, 2016 at

Re: set flink yarn jvm options

2016-08-04 Thread Jamie Grier
Use *env.java.opts* This will be respected by the YARN client. On Thu, Aug 4, 2016 at 11:10 AM, Prabhu V wrote: > The docs mention that > > env.java.opts.jobmanager > env.java.opts.taskmanager > > parameters are available but are ignored by the yarn client, is there a > way to set the jvm opt

Re: set flink yarn jvm options

2016-08-04 Thread Prabhu V
The docs mention that env.java.opts.jobmanager env.java.opts.taskmanager parameters are available but are ignored by the yarn client, is there a way to set the jvm opts for yarn ? Thanks, Prabhu On Wed, Aug 3, 2016 at 7:03 PM, Prabhu V wrote: > Hi, > > Is there a way to set jvm options on the