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/03/14 23:12:03 UTC

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

Author: daijy
Date: Wed Mar 14 22:12:03 2012
New Revision: 1300755

URL: http://svn.apache.org/viewvc?rev=1300755&view=rev
Log:
Fix e2e test Jython_Command_1

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=1300755&r1=1300754&r2=1300755&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/tests/turing_jython.conf (original)
+++ pig/trunk/test/e2e/pig/tests/turing_jython.conf Wed Mar 14 22:12:03 2012
@@ -1003,7 +1003,7 @@ from org.apache.pig.scripting import Pig
 
 #create pig script
 
-ret = Pig.sql("""drop table if exists pig_script_hcat_ddl_1;
+ret = Pig.sql("""sql drop table if exists pig_script_hcat_ddl_1;
 sql create table pig_script_hcat_ddl_1(name string,
 age int,
 gpa double)