Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0faebfe

Browse files
authored
removing duplicate entry for yarn.nodemanager.bind-host
yarn.nodemanager.bind-host is set twice in the entypoint file.
1 parent e1e1e21 commit 0faebfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ if [ "$MULTIHOMED_NETWORK" = "1" ]; then
5252
# YARN
5353
addProperty /etc/hadoop/yarn-site.xml yarn.resourcemanager.bind-host 0.0.0.0
5454
addProperty /etc/hadoop/yarn-site.xml yarn.nodemanager.bind-host 0.0.0.0
55-
addProperty /etc/hadoop/yarn-site.xml yarn.nodemanager.bind-host 0.0.0.0
5655
addProperty /etc/hadoop/yarn-site.xml yarn.timeline-service.bind-host 0.0.0.0
5756

5857
# MAPRED

0 commit comments

Comments
 (0)