YARN-8492. ATSv2 HBase tests are failing with ClassNotFoundException. Contributed by Rohith Sharma K S.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4bf38cf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e4bf38cf Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e4bf38cf Branch: refs/heads/HDDS-48 Commit: e4bf38cf50943565796c00f8b5711a2882813488 Parents: 498e3bf Author: Sunil G <sun...@apache.org> Authored: Fri Jul 6 12:05:32 2018 -0700 Committer: Sunil G <sun...@apache.org> Committed: Fri Jul 6 12:05:32 2018 -0700 ---------------------------------------------------------------------- .../pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e4bf38cf/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml index 8c143d3..05a5c65 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml @@ -133,6 +133,10 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-auth</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs-client</artifactId> + </exclusion> </exclusions> </dependency> @@ -355,6 +359,12 @@ <artifactId>jetty-webapp</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org