You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2014/05/19 22:08:29 UTC

svn commit: r1596035 - /pig/trunk/test/org/apache/pig/test/Util.java

Author: cheolsoo
Date: Mon May 19 20:08:29 2014
New Revision: 1596035

URL: http://svn.apache.org/r1596035
Log:
PIG-3942: Util.buildPp() is incompatible with Non-MR execution engine (import
HExecutionEngine was omitted in previous commit)

Modified:
    pig/trunk/test/org/apache/pig/test/Util.java

Modified: pig/trunk/test/org/apache/pig/test/Util.java
URL: http://svn.apache.org/viewvc/pig/trunk/test/org/apache/pig/test/Util.java?rev=1596035&r1=1596034&r2=1596035&view=diff
==============================================================================
--- pig/trunk/test/org/apache/pig/test/Util.java (original)
+++ pig/trunk/test/org/apache/pig/test/Util.java Mon May 19 20:08:29 2014
@@ -65,6 +65,7 @@ import org.apache.pig.PigServer;
 import org.apache.pig.ResourceSchema.ResourceFieldSchema;
 import org.apache.pig.backend.executionengine.ExecException;
 import org.apache.pig.backend.hadoop.datastorage.ConfigurationUtil;
+import org.apache.pig.backend.hadoop.executionengine.HExecutionEngine;
 import org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRCompiler;
 import org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher;
 import org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.MROperPlan;