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/23 20:45:58 UTC

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

Author: daijy
Date: Thu Feb 23 19:45:58 2012
New Revision: 1292922

URL: http://svn.apache.org/viewvc?rev=1292922&view=rev
Log:
Another fix for e2e test relates to PIG-2502: Make hcat.bin configurable in e2e test

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=1292922&r1=1292921&r2=1292922&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/tests/turing_jython.conf (original)
+++ pig/trunk/test/e2e/pig/tests/turing_jython.conf Thu Feb 23 19:45:58 2012
@@ -972,7 +972,7 @@ else:
                     {
                         # sql command
 		                'num' => 1
-                                'java_params' => ['-Dhcat.bin=:HCATBIN:'],
+                                ,'java_params' => ['-Dhcat.bin=:HCATBIN:']
 		                ,'pig' => q\#!/usr/bin/python
 from org.apache.pig.scripting import Pig