Added webhdfs property in base/entrypoint.sh

This commit is contained in:
K
2025-04-13 04:15:51 +05:30
parent 05c1555669
commit 3d789706c4
+1
View File
@@ -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