Re: Flink Yarn Cluster specifying Job Manager IP

2016-05-31 Thread arpit srivastava
Will try and come back with feedback if its possible. Thanks, Arpit On Tue, May 31, 2016 at 12:00 PM, Alexis Gendronneau < a.gendronn...@gmail.com> wrote: > Hi Arpit, > > I'm not sure of what you tries to do, but if you want yarn to execute a > type of job on particular nodes, you may find a

Re: Flink Yarn Cluster specifying Job Manager IP

2016-05-31 Thread Alexis Gendronneau
Hi Arpit, I'm not sure of what you tries to do, but if you want yarn to execute a type of job on particular nodes, you may find a way using node labels : https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/NodeLabel.html I'm not sure you'll be able to specify that the jobmanager

Flink Yarn Cluster specifying Job Manager IP

2016-05-30 Thread arpit srivastava
Hi, I have yarn cluster with 7 nodes. Five nodes -16gb ram One node - 8gb ram One yarn resourcemanager - 8gb I want to specifically use 8gb machine (not resourcemanager) to act as job manager and other five nodes as task managers. Is there a way to do that ?