Browse Source

YARN-82. Correct the fix version in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1388340 13f79535-47bb-0310-9956-ffa450edef68
Siddharth Seth 13 years ago
parent
commit
ff7b818432
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hadoop-yarn-project/CHANGES.txt

+ 3 - 3
hadoop-yarn-project/CHANGES.txt

@@ -13,9 +13,6 @@ Trunk - Unreleased
     YARN-57. Allow process-tree based resource calculation et al. to be
     pluggable to support it on multiple platforms. (Radim Kolar via acmurthy)
 
-    YARN-82. Change the default local and log dirs to be based on
-    hadoop.tmp.dir and yarn.log.dir. (Hemanth Yamijala via sseth)
-
   OPTIMAZATIONS
 
   BUG FIXES
@@ -37,6 +34,9 @@ Release 2.0.3-alpha - Unreleased
     YARN-28. Fixed TestCompositeService to not depend on test-order and thus
     made it pass on JDK7 (Thomas Graves via vinodkv).
 
+    YARN-82. Change the default local and log dirs to be based on
+    hadoop.tmp.dir and yarn.log.dir. (Hemanth Yamijala via sseth)
+
   OPTIMIZATIONS
 
   BUG FIXES