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 2013/08/20 21:21:51 UTC

svn commit: r1515935 - in /pig/trunk: CHANGES.txt src/org/apache/pig/data/SchemaTupleFrontend.java

Author: cheolsoo
Date: Tue Aug 20 19:21:51 2013
New Revision: 1515935

URL: http://svn.apache.org/r1515935
Log:
PIG-3432: typo in log message in SchemaTupleFrontend (epishkin via cheolsoo)

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

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1515935&r1=1515934&r2=1515935&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Aug 20 19:21:51 2013
@@ -214,6 +214,8 @@ PIG-3013: BinInterSedes improve chararra
 
 BUG FIXES
 
+PIG-3432: typo in log message in SchemaTupleFrontend (epishkin via cheolsoo)
+
 PIG-3410: LimitOptimizer is applied before PartitionFilterOptimizer (aniket486)
 
 PIG-3405: Top UDF documentation indicates improper use (aniket486 via cheolsoo)

Modified: pig/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java
URL: http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java?rev=1515935&r1=1515934&r2=1515935&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java (original)
+++ pig/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java Tue Aug 20 19:21:51 2013
@@ -110,7 +110,7 @@ public class SchemaTupleFrontend {
          * @param conf
          */
         private void internalCopyAllGeneratedToDistributedCache() {
-            LOG.info("Starting process to move generated code to distributed cacche");
+            LOG.info("Starting process to move generated code to distributed cache");
             if (pigContext.getExecType() == ExecType.LOCAL) {
                 String codePath = codeDir.getAbsolutePath();
                 LOG.info("Distributed cache not supported or needed in local mode. Setting key ["