removing duplicate entry for yarn.nodemanager.bind-host
yarn.nodemanager.bind-host is set twice in the entypoint file.
This commit is contained in:
parent
e1e1e21ec9
commit
0faebfe6dc
@ -52,7 +52,6 @@ if [ "$MULTIHOMED_NETWORK" = "1" ]; then
|
|||||||
# YARN
|
# YARN
|
||||||
addProperty /etc/hadoop/yarn-site.xml yarn.resourcemanager.bind-host 0.0.0.0
|
addProperty /etc/hadoop/yarn-site.xml yarn.resourcemanager.bind-host 0.0.0.0
|
||||||
addProperty /etc/hadoop/yarn-site.xml yarn.nodemanager.bind-host 0.0.0.0
|
addProperty /etc/hadoop/yarn-site.xml yarn.nodemanager.bind-host 0.0.0.0
|
||||||
addProperty /etc/hadoop/yarn-site.xml yarn.nodemanager.bind-host 0.0.0.0
|
|
||||||
addProperty /etc/hadoop/yarn-site.xml yarn.timeline-service.bind-host 0.0.0.0
|
addProperty /etc/hadoop/yarn-site.xml yarn.timeline-service.bind-host 0.0.0.0
|
||||||
|
|
||||||
# MAPRED
|
# MAPRED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user