hadoop - YARN: what should I configure for 3 nodes? -


here setup:

node1 - resourcemanager node1,node2,node3 - nodemanager

what should specify in yarn-site.xml in node1, node2 , node3? dont know port should use. have specify port?

all basic settings can same in yarn-site.xml throughout cluster.

yarn.resourcemanager.resource-tracker.address should point master (node1), port can want (8031 seems default). same goes yarn.resourcemanager.scheduler.address - default port seems 8030. yes, should define these values , set port.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -