Re: Checking actual config values used by TaskManager

2016-05-04 Thread Ken Krugler
Hi Max, > On May 2, 2016, at 4:43am, Maximilian Michels wrote: > > Hi Ken, > > When you're running Yarn, the Flink configuration is created once and > shared among all nodes (JobManager and TaskManagers). Please have a > look at the JobManager tab on the web interface. It

Re: Checking actual config values used by TaskManager

2016-05-02 Thread Maximilian Michels
Hi Ken, When you're running Yarn, the Flink configuration is created once and shared among all nodes (JobManager and TaskManagers). Please have a look at the JobManager tab on the web interface. It shows you the configuration. Cheers, Max On Fri, Apr 29, 2016 at 3:18 PM, Ken Krugler

Re: Checking actual config values used by TaskManager

2016-04-29 Thread Ken Krugler
Hi Timur, > On Apr 28, 2016, at 10:40pm, Timur Fayruzov wrote: > > If you're talking about parameters that were set on JVM startup then `ps > aux|grep flink` on an EMR slave node should do the trick, that'll give you > the full command line. No, I’m talking about

Re: Checking actual config values used by TaskManager

2016-04-28 Thread Timur Fayruzov
If you're talking about parameters that were set on JVM startup then `ps aux|grep flink` on an EMR slave node should do the trick, that'll give you the full command line. On Thu, Apr 28, 2016 at 9:00 PM, Ken Krugler wrote: > Hi all, > > I’m running jobs on EMR via