HADOOP-14298. TestHadoopArchiveLogsRunner fails. Contribute dby Akira Ajisaka.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8065129d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8065129d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8065129d Branch: refs/heads/HDFS-7240 Commit: 8065129d87e17f7d4424b1b1619c2e4acabee199 Parents: d6eed5a Author: Andrew Wang <[email protected]> Authored: Sun May 7 13:59:15 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Sun May 7 13:59:15 2017 -0700 ---------------------------------------------------------------------- hadoop-tools/hadoop-archive-logs/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8065129d/hadoop-tools/hadoop-archive-logs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-archive-logs/pom.xml b/hadoop-tools/hadoop-archive-logs/pom.xml index 8fdad6ea..b45ad98 100644 --- a/hadoop-tools/hadoop-archive-logs/pom.xml +++ b/hadoop-tools/hadoop-archive-logs/pom.xml @@ -62,6 +62,11 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs-client</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-server-tests</artifactId> <type>test-jar</type> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
