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/02/06 20:38:58 UTC

svn commit: r1443159 - /accumulo/trunk/test/system/continuous/agitator.pl

Author: ecn
Date: Wed Feb  6 19:38:58 2013
New Revision: 1443159

URL: http://svn.apache.org/viewvc?rev=1443159&view=rev
Log:
ACCUMULO-636 need to get HADOOP_PREFIX from env

Modified:
    accumulo/trunk/test/system/continuous/agitator.pl

Modified: accumulo/trunk/test/system/continuous/agitator.pl
URL: http://svn.apache.org/viewvc/accumulo/trunk/test/system/continuous/agitator.pl?rev=1443159&r1=1443158&r2=1443159&view=diff
==============================================================================
--- accumulo/trunk/test/system/continuous/agitator.pl (original)
+++ accumulo/trunk/test/system/continuous/agitator.pl Wed Feb  6 19:38:58 2013
@@ -24,6 +24,7 @@ if(scalar(@ARGV) != 4 && scalar(@ARGV) !
 }
 
 $ACCUMULO_HOME="../../..";
+$HADOOP_PREFIX=$ENV{'HADOOP_PREFIX'};
 
 $sleep1 = $ARGV[0];
 $sleep2 = $ARGV[1];