You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/03/19 17:34:11 UTC

svn commit: r1458388 - /accumulo/branches/1.5/test/system/auto/TestUtils.py

Author: ecn
Date: Tue Mar 19 16:34:11 2013
New Revision: 1458388

URL: http://svn.apache.org/r1458388
Log:
ACCUMULO-804 fix the functional tests for hadoop-2.0

Modified:
    accumulo/branches/1.5/test/system/auto/TestUtils.py

Modified: accumulo/branches/1.5/test/system/auto/TestUtils.py
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/test/system/auto/TestUtils.py?rev=1458388&r1=1458387&r2=1458388&view=diff
==============================================================================
--- accumulo/branches/1.5/test/system/auto/TestUtils.py (original)
+++ accumulo/branches/1.5/test/system/auto/TestUtils.py Tue Mar 19 16:34:11 2013
@@ -60,6 +60,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')