فهرست منبع

HADOOP-14867. Update HDFS Federation setup document, for incorrect property name for secondary name node http address. Contributed by Bharat Viswanadham.

Arpit Agarwal 7 سال پیش
والد
کامیت
78e9a98c4a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/Federation.md

@@ -113,7 +113,7 @@ Here is an example configuration with two Namenodes:
     <value>nn-host1:http-port</value>
   </property>
   <property>
-    <name>dfs.namenode.secondaryhttp-address.ns1</name>
+    <name>dfs.namenode.secondary.http-address.ns1</name>
     <value>snn-host1:http-port</value>
   </property>
   <property>
@@ -125,7 +125,7 @@ Here is an example configuration with two Namenodes:
     <value>nn-host2:http-port</value>
   </property>
   <property>
-    <name>dfs.namenode.secondaryhttp-address.ns2</name>
+    <name>dfs.namenode.secondary.http-address.ns2</name>
     <value>snn-host2:http-port</value>
   </property>