HDFS-12867. Ozone: TestOzoneConfigurationFields fails consistently. Contributed by Yiqun Lin.
This commit is contained in:
parent
538e17824d
commit
85ec48a646
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user