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:25:57 UTC

svn commit: r1571863 - /pig/branches/branch-0.12/test/e2e/pig/conf/local.conf

Author: rohini
Date: Tue Feb 25 23:25:57 2014
New Revision: 1571863

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

Modified:
    pig/branches/branch-0.12/test/e2e/pig/conf/local.conf

Modified: pig/branches/branch-0.12/test/e2e/pig/conf/local.conf
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/test/e2e/pig/conf/local.conf?rev=1571863&r1=1571862&r2=1571863&view=diff
==============================================================================
--- pig/branches/branch-0.12/test/e2e/pig/conf/local.conf (original)
+++ pig/branches/branch-0.12/test/e2e/pig/conf/local.conf Tue Feb 25 23:25:57 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'