HAD-658. Namenode client artifact needs to be added to Bigtop Hadoop
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1080cfea Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1080cfea Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1080cfea Branch: refs/heads/master Commit: 1080cfea330ebc67eb706fd45b03c020c0aa2602 Parents: 383d2bd Author: Virginia Wang <[email protected]> Authored: Thu Feb 27 15:25:29 2014 -0800 Committer: jenkins <[email protected]> Committed: Thu Feb 27 15:26:57 2014 -0800 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/hadoop/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1080cfea/bigtop-tests/test-artifacts/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml index 8982fe7..4bcd22e 100644 --- a/bigtop-tests/test-artifacts/hadoop/pom.xml +++ b/bigtop-tests/test-artifacts/hadoop/pom.xml @@ -44,6 +44,11 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> </dependency> + <dependency> + <groupId>com.wandisco.nonstop</groupId> + <artifactId>namenode-client</artifactId> + <version>1.7</version> + </dependency> </dependencies> </project>
