HDDS-6. Enable SCM kerberos auth. Contributed by Ajay Kumar.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/996a627b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/996a627b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/996a627b Branch: refs/heads/HDDS-4 Commit: 996a627b289947af3894bf83e7b63ec702a665cd Parents: 1e95b5d Author: Xiaoyu Yao <x...@apache.org> Authored: Wed May 9 15:56:03 2018 -0700 Committer: Xiaoyu Yao <x...@apache.org> Committed: Tue May 15 16:55:52 2018 -0700 ---------------------------------------------------------------------- hadoop-hdds/common/src/main/resources/ozone-default.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/996a627b/hadoop-hdds/common/src/main/resources/ozone-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml index deb286d..6998a85 100644 --- a/hadoop-hdds/common/src/main/resources/ozone-default.xml +++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml @@ -120,18 +120,6 @@ </description> </property> <property> - <name>dfs.ratis.client.request.timeout.duration</name> - <value>3s</value> - <tag>OZONE, RATIS, MANAGEMENT</tag> - <description>The timeout duration for ratis client request.</description> - </property> - <property> - <name>dfs.ratis.server.request.timeout.duration</name> - <value>3s</value> - <tag>OZONE, RATIS, MANAGEMENT</tag> - <description>The timeout duration for ratis server request.</description> - </property> - <property> <name>ozone.container.report.interval</name> <value>60000ms</value> <tag>OZONE, CONTAINER, MANAGEMENT</tag> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org