HDDS-496. Ozone tools module is incorrectly classified as 'hdds' component. 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/5c2ae7e4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5c2ae7e4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5c2ae7e4 Branch: refs/heads/YARN-7402 Commit: 5c2ae7e493892b6157f73e82ca89c39926623bb1 Parents: a968ea4 Author: Bharat Viswanadham <[email protected]> Authored: Tue Sep 18 14:50:52 2018 -0700 Committer: Bharat Viswanadham <[email protected]> Committed: Tue Sep 18 14:51:03 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/tools/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5c2ae7e4/hadoop-ozone/tools/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml index 5296502..eeec595 100644 --- a/hadoop-ozone/tools/pom.xml +++ b/hadoop-ozone/tools/pom.xml @@ -29,7 +29,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <packaging>jar</packaging> <properties> - <hadoop.component>hdds</hadoop.component> + <hadoop.component>ozone</hadoop.component> <is.hadoop.component>true</is.hadoop.component> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
