HDDS-124. Validate all required configs needed for ozone-site.xml and reflect the changes in ozone-default.xml Contributed by Dinesh Chitlangia.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/38784f95 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/38784f95 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/38784f95 Branch: refs/heads/HDFS-12090 Commit: 38784f95fecd02c2f94344c1967cccf0799ec074 Parents: 0f8cb12 Author: Anu Engineer <[email protected]> Authored: Tue Aug 7 16:40:33 2018 -0700 Committer: Anu Engineer <[email protected]> Committed: Tue Aug 7 16:40:33 2018 -0700 ---------------------------------------------------------------------- hadoop-hdds/common/src/main/resources/ozone-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/38784f95/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 5099bbe..568e38d 100644 --- a/hadoop-hdds/common/src/main/resources/ozone-default.xml +++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml @@ -815,7 +815,7 @@ <property> <name>ozone.scm.names</name> <value/> - <tag>OZONE</tag> + <tag>OZONE, REQUIRED</tag> <description> The value of this property is a set of DNS | DNS:PORT | IP Address | IP:PORT. Written as a comma separated string. e.g. scm1, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
