You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by pr...@apache.org on 2014/03/18 06:52:49 UTC

svn commit: r1578746 - in /pig/trunk: CHANGES.txt src/org/apache/pig/PigServer.java

Author: prkommireddi
Date: Tue Mar 18 05:52:48 2014
New Revision: 1578746

URL: http://svn.apache.org/r1578746
Log:
PIG-3816: Incorrect Javadoc for launchPlan() method

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/org/apache/pig/PigServer.java

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1578746&r1=1578745&r2=1578746&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Mar 18 05:52:48 2014
@@ -99,6 +99,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-3816: Incorrect Javadoc for launchPlan() method (kyungho via prkommireddi)
+
 PIG-3673: Divide by zero error in runpigmix.pl script (suhassatish via daijy)
 
 PIG-3805: ToString(datetime [, format string]) doesn't work without the second argument (jennythompson via daijy)

Modified: pig/trunk/src/org/apache/pig/PigServer.java
URL: http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/PigServer.java?rev=1578746&r1=1578745&r2=1578746&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/PigServer.java (original)
+++ pig/trunk/src/org/apache/pig/PigServer.java Tue Mar 18 05:52:48 2014
@@ -1369,8 +1369,8 @@ public class PigServer {
     }
 
     /**
-     * A common method for launching the jobs according to the physical plan
-     * @param pp The physical plan
+     * A common method for launching the jobs according to the logical plan
+     * @param lp The logical plan
      * @param jobName A String containing the job name to be used
      * @return The PigStats object
      * @throws ExecException