Revert "HADOOP-14771. hadoop-client does not include hadoop-yarn-client. (Ajay Kumar via Haibo Chen)" HADOOP-14879 Build failure due to failing hadoop-client-check-invariants This reverts commit 1ee25278c891e95ba2ab142e5b78aebd752ea163.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aa6e8d2d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/aa6e8d2d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/aa6e8d2d Branch: refs/heads/YARN-5734 Commit: aa6e8d2dff533c3d0c86776567c860548723c21c Parents: dba7a7d Author: Steve Loughran <[email protected]> Authored: Tue Sep 19 11:53:11 2017 +0100 Committer: Steve Loughran <[email protected]> Committed: Tue Sep 19 11:53:11 2017 +0100 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client/pom.xml | 31 ------------------------ 1 file changed, 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/aa6e8d2d/hadoop-client-modules/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml index 6500ebf..bed3f5c 100644 --- a/hadoop-client-modules/hadoop-client/pom.xml +++ b/hadoop-client-modules/hadoop-client/pom.xml @@ -179,37 +179,6 @@ <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-client</artifactId> - <scope>compile</scope> - <exclusions> - <!--Excluding hadoop-yarn-api & hadoop-annotations as they are already - included as direct dependencies. Guava,commons-cli and log4j are - transitive dependencies --> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-yarn-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-annotations</artifactId> - </exclusion> - <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - <exclusion> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <scope>compile</scope> <exclusions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
