Repository: hadoop Updated Branches: refs/heads/HDFS-7240 ac9cc8a8c -> 76b8ba737
HDFS-12867. Ozone: TestOzoneConfigurationFields fails consistently. Contributed by Yiqun Lin. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/76b8ba73 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/76b8ba73 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/76b8ba73 Branch: refs/heads/HDFS-7240 Commit: 76b8ba737f017efbd19109408c2c81ae8b3b886a Parents: ac9cc8a Author: Xiaoyu Yao <[email protected]> Authored: Thu Nov 30 11:49:42 2017 -0800 Committer: Xiaoyu Yao <[email protected]> Committed: Thu Nov 30 11:49:42 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/ozone-default.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/76b8ba73/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml index 67f4495..c7c78b3 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/ozone-default.xml @@ -1160,6 +1160,25 @@ </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> <tag>OZONE, CLIENT</tag> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
