浏览代码

HDFS-12867. Ozone: TestOzoneConfigurationFields fails consistently. Contributed by Yiqun Lin.

Xiaoyu Yao 7 年之前
父节点
当前提交
76b8ba737f
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. 19 0
      hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml

+ 19 - 0
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml

@@ -1159,6 +1159,25 @@
       percentage in float notation (X.Yf), with 1.0f meaning 100%.
     </description>
   </property>
+  <property>
+    <name>ozone.rest.servers</name>
+    <value></value>
+    <tag>OZONE, CLIENT</tag>
+    <description>
+      The REST server hostnames to connect, comma separated list of host
+      (typically datanodes) where Ozone REST handler are running.
+    </description>
+  </property>
+  <property>
+    <name>ozone.rest.client.port</name>
+    <value>9864</value>
+    <tag>OZONE, CLIENT</tag>
+    <description>
+      Port used by client to connect to Ozone REST server. When a datanode
+      is configured to run Ozone REST handler, this port typically points to
+      datanode info port.
+    </description>
+  </property>
   <property>
     <name>ozone.rest.client.http.connection.max</name>
     <value>100</value>