You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ro...@apache.org on 2014/02/26 00:24:59 UTC

svn commit: r1571862 - /pig/trunk/test/e2e/pig/conf/local.conf

Author: rohini
Date: Tue Feb 25 23:24:59 2014
New Revision: 1571862

URL: http://svn.apache.org/r1571862
Log:
PIG-3494: Several fixes for e2e tests - fix piggybank location in local mode (rohini)

Modified:
    pig/trunk/test/e2e/pig/conf/local.conf

Modified: pig/trunk/test/e2e/pig/conf/local.conf
URL: http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/conf/local.conf?rev=1571862&r1=1571861&r2=1571862&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/conf/local.conf (original)
+++ pig/trunk/test/e2e/pig/conf/local.conf Tue Feb 25 23:24:59 2014
@@ -48,6 +48,7 @@ $cfg = {
     , 'testconfigpath'   => "$ENV{PH_CLUSTER}/conf/"
     , 'funcjarPath'      => "$ENV{PH_ROOT}/lib/java"
     , 'paramPath'        => "$ENV{PH_ROOT}/paramfiles"
+    , 'piggybankjarPath' => "$ENV{PH_PIG}/contrib/piggybank/java"
     , 'pigpath'          => "$ENV{PH_PIG}"
 	, 'oldpigpath'       => "$ENV{PH_OLDPIG}"
     , 'exectype'         => 'local'