You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/02/22 23:35:54 UTC

svn commit: r1292558 - /pig/trunk/test/e2e/pig/tests/turing_jython.conf

Author: daijy
Date: Wed Feb 22 22:35:54 2012
New Revision: 1292558

URL: http://svn.apache.org/viewvc?rev=1292558&view=rev
Log:
PIG-2502: Make hcat.bin configurable in e2e test (PIG-2502-2.patch)

Modified:
    pig/trunk/test/e2e/pig/tests/turing_jython.conf

Modified: pig/trunk/test/e2e/pig/tests/turing_jython.conf
URL: http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/tests/turing_jython.conf?rev=1292558&r1=1292557&r2=1292558&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/tests/turing_jython.conf (original)
+++ pig/trunk/test/e2e/pig/tests/turing_jython.conf Wed Feb 22 22:35:54 2012
@@ -972,6 +972,7 @@ else:
                     {
                         # sql command
 		                'num' => 1
+                                'java_params' => ['-Dhcat.bin=:HCATBIN:'],
 		                ,'pig' => q\#!/usr/bin/python
 from org.apache.pig.scripting import Pig