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 2015/02/04 19:42:46 UTC

svn commit: r1657369 - /pig/branches/branch-0.14/CHANGES.txt

Author: cheolsoo
Date: Wed Feb  4 18:42:45 2015
New Revision: 1657369

URL: http://svn.apache.org/r1657369
Log:
Fix CHANGES log for previous commit

Modified:
    pig/branches/branch-0.14/CHANGES.txt

Modified: pig/branches/branch-0.14/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.14/CHANGES.txt?rev=1657369&r1=1657368&r2=1657369&view=diff
==============================================================================
--- pig/branches/branch-0.14/CHANGES.txt (original)
+++ pig/branches/branch-0.14/CHANGES.txt Wed Feb  4 18:42:45 2015
@@ -26,6 +26,8 @@ IMPROVEMENTS
 
 BUG FIXES
 
+PIG-4409: fs.defaultFS is overwritten in JobConf by replicated join at runtime (cheolsoo)
+
 PIG-4404: LOAD with HBaseStorage on secure cluster is broken in Tez (rohini)
 
 PIG-4375: ObjectCache should use ProcessorContext.getObjectRegistry() (rohini)
@@ -127,8 +129,6 @@ OPTIMIZATIONS
  
 BUG FIXES
 
-PIG-4409: fs.defaultFS is overwritten in JobConf by replicated join at runtime (cheolsoo)
-
 PIG-4335: Pig release tarball miss tez classes (daijy)
 
 PIG-4325: StackOverflow when spilling InternalCachedBag (daijy)