ACCUMULO-3985 fix MapReduceTest on newer Hadoop 2's To submit a job in newer versions of Hadoop, you need some Jersey libs on the classpath.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c18fe9e9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c18fe9e9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c18fe9e9 Branch: refs/heads/1.6 Commit: c18fe9e9aef96e49fcd39e9d5e91458916d08ef4 Parents: 08b805b Author: Josh Elser <[email protected]> Authored: Tue Sep 1 23:02:29 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Tue Sep 1 23:02:29 2015 -0400 ---------------------------------------------------------------------- test/system/auto/TestUtils.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c18fe9e9/test/system/auto/TestUtils.py ---------------------------------------------------------------------- diff --git a/test/system/auto/TestUtils.py b/test/system/auto/TestUtils.py index 9bb139f..a5da1f4 100644 --- a/test/system/auto/TestUtils.py +++ b/test/system/auto/TestUtils.py @@ -86,6 +86,7 @@ $ACCUMULO_HOME/server/target/classes/, $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar, $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar, $HADOOP_PREFIX/share/hadoop/yarn/.*.jar, + $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.jar, """
