ACCUMULO-804 fix the functional tests for hadoop-2.0 git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.5@1458388 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 17ef9c25ef2970b02b4771217f4bdf06fa0517a8)
Reason: Hadoop2 Compat Author: Eric C. Newton Ref: ACCUMULO-1792 Signed-off-by: Eric Newton <eric.new...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d5f16575 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d5f16575 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d5f16575 Branch: refs/heads/1.5.1-SNAPSHOT Commit: d5f16575f721d4fa7977dd1d1e8a9d9e7481b1ab Parents: 4f7fb04 Author: Sean Busbey <bus...@cloudera.com> Authored: Thu Oct 10 13:19:16 2013 -0500 Committer: Eric Newton <eric.new...@gmail.com> Committed: Mon Nov 25 16:06:44 2013 -0500 ---------------------------------------------------------------------- test/system/auto/TestUtils.py | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/d5f16575/test/system/auto/TestUtils.py ---------------------------------------------------------------------- diff --git a/test/system/auto/TestUtils.py b/test/system/auto/TestUtils.py index 0e1bf1a..f6eca67 100755 --- a/test/system/auto/TestUtils.py +++ b/test/system/auto/TestUtils.py @@ -67,6 +67,10 @@ $ACCUMULO_HOME/server/target/classes/, $HADOOP_CONF_DIR, $HADOOP_PREFIX/[^.].*.jar, $HADOOP_PREFIX/lib/[^.].*.jar, + $HADOOP_PREFIX/share/hadoop/common/.*.jar, + $HADOOP_PREFIX/share/hadoop/common/lib/.*.jar, + $HADOOP_PREFIX/share/hadoop/hdfs/.*.jar, + $HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar, """ log = logging.getLogger('test.auto')