Added webhdfs property in base/entrypoint.sh
This commit is contained in:
parent
05c1555669
commit
3d789706c4
@ -48,6 +48,7 @@ if [ "$MULTIHOMED_NETWORK" = "1" ]; then
|
|||||||
addProperty /etc/hadoop/hdfs-site.xml dfs.namenode.https-bind-host 0.0.0.0
|
addProperty /etc/hadoop/hdfs-site.xml dfs.namenode.https-bind-host 0.0.0.0
|
||||||
addProperty /etc/hadoop/hdfs-site.xml dfs.client.use.datanode.hostname true
|
addProperty /etc/hadoop/hdfs-site.xml dfs.client.use.datanode.hostname true
|
||||||
addProperty /etc/hadoop/hdfs-site.xml dfs.datanode.use.datanode.hostname true
|
addProperty /etc/hadoop/hdfs-site.xml dfs.datanode.use.datanode.hostname true
|
||||||
|
addProperty /etc/hadoop/hdfs-site.xml dfs.webhdfs.enabled true
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user