Преглед изворни кода

AMBARI-3218: Define dfs.https.port property in hdfs-site.xml. (jaimin)

Jaimin Jetly пре 12 година
родитељ
комит
249861fb89

+ 8 - 0
ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/configuration/hdfs-site.xml

@@ -142,6 +142,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value></value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hdfs-site.xml

@@ -142,6 +142,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value></value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/hdfs-site.xml

@@ -135,6 +135,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value>0.0.0.0:50010</value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/hdfs-site.xml

@@ -135,6 +135,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value>0.0.0.0:50010</value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/configuration/hdfs-site.xml

@@ -142,6 +142,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value></value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDPLocal/1.3.2/services/HDFS/configuration/hdfs-site.xml

@@ -142,6 +142,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value></value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/hdfs-site.xml

@@ -135,6 +135,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value>0.0.0.0:50010</value>

+ 8 - 0
ambari-server/src/main/resources/stacks/HDPLocal/2.0.6/services/HDFS/configuration/hdfs-site.xml

@@ -135,6 +135,14 @@
   </description>
   </property>
 
+  <property>
+    <name>dfs.https.port</name>
+    <value>50070</value>
+    <description>
+      This property is used by HftpFileSystem.
+    </description>
+  </property>
+
   <property>
     <name>dfs.datanode.address</name>
     <value>0.0.0.0:50010</value>