Skip to content

Commit

Permalink
removing duplicate entry for yarn.nodemanager.bind-host
Browse files Browse the repository at this point in the history
yarn.nodemanager.bind-host  is set twice in the entypoint file.
  • Loading branch information
mmigdiso authored Apr 7, 2020
1 parent e1e1e21 commit 0faebfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ if [ "$MULTIHOMED_NETWORK" = "1" ]; then
# YARN
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.timeline-service.bind-host 0.0.0.0

# MAPRED
Expand Down

0 comments on commit 0faebfe

Please sign in to comment.