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 way
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 ha
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 ?