Browse Source

Moving HADOOP-8533 to release 2.0 section

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1356857 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas 13 years ago
parent
commit
4b2e0e15fd
1 changed files with 7 additions and 5 deletions
  1. 7 5
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 7 - 5
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -82,9 +82,6 @@ Trunk (unreleased changes)
     HADOOP-8059. Add javadoc to InterfaceAudience and InterfaceStability.
     (Brandon Li via suresh)
 
-    HADOOP-8533. Remove parallel call ununsed capability in RPC.
-    (Brandon Li via suresh)
-
   BUG FIXES
 
     HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.
@@ -234,16 +231,21 @@ Branch-2 ( Unreleased changes )
     HADOOP-8463. hadoop.security.auth_to_local needs a key definition and doc.
     (Madhukara Phatak via eli)
 
+    HADOOP-8533. Remove parallel call ununsed capability in RPC.
+    (Brandon Li via suresh)
+
   BUG FIXES
 
     HADOOP-8372. NetUtils.normalizeHostName() incorrectly handles hostname
     starting with a numeric character. (Junping Du via suresh)
 
-    HADOOP-8393. hadoop-config.sh missing variable exports, causes Yarn jobs to fail with ClassNotFoundException MRAppMaster. (phunt via tucu)
+    HADOOP-8393. hadoop-config.sh missing variable exports, causes Yarn jobs 
+    to fail with ClassNotFoundException MRAppMaster. (phunt via tucu)
 
     HADOOP-8316. Audit logging should be disabled by default. (eli)
 
-    HADOOP-8400. All commands warn "Kerberos krb5 configuration not found" when security is not enabled. (tucu)
+    HADOOP-8400. All commands warn "Kerberos krb5 configuration not found" 
+    when security is not enabled. (tucu)
 
     HADOOP-8406. CompressionCodecFactory.CODEC_PROVIDERS iteration is
     thread-unsafe (todd)