Browse Source

Removing 2.0.5 change-set from CHANGES.txt from all projects on branch-2.0.4-alpha.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.0.4-alpha@1467142 13f79535-47bb-0310-9956-ffa450edef68
Vinod Kumar Vavilapalli 12 years ago
parent
commit
d251bb125e

+ 0 - 71
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1,76 +1,5 @@
 Hadoop Change Log
 
-Release 2.0.5-beta - UNRELEASED
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-    HADOOP-9283. Add support for running the Hadoop client on AIX. (atm)
-
-  IMPROVEMENTS
-
-    HADOOP-9253. Capture ulimit info in the logs at service start time.
-    (Arpit Gupta via suresh)
-
-    HADOOP-8924. Add maven plugin alternative to shell script to save
-    package-info.java. (Chris Nauroth via suresh)
-
-    HADOOP-9117. replace protoc ant plugin exec with a maven plugin. (tucu)
-
-    HADOOP-9279. Document the need to build hadoop-maven-plugins for
-    eclipse and separate project builds. (Tsuyoshi Ozawa via suresh)
-
-    HADOOP-9334. Upgrade netty version. (Nicolas Liochon via suresh)
-
-    HADOOP-9343. Allow additional exceptions through the RPC layer. (sseth)
-
-  OPTIMIZATIONS
-
-  BUG FIXES
-
-    HADOOP-9294. GetGroupsTestBase fails on Windows. (Chris Nauroth via suresh)
-
-    HADOOP-9305. Add support for running the Hadoop client on 64-bit AIX. (atm)
-
-    HADOOP-9245. mvn clean without running mvn install before fails.
-    (Karthik Kambatla via suresh)
-
-    HADOOP-9246 Execution phase for hadoop-maven-plugin should be
-    process-resources (Karthik Kambatla and Chris Nauroth via jlowe)
-
-    HADOOP-9297. remove old record IO generation and tests. (tucu)
-
-    HADOOP-9154. SortedMapWritable#putAll() doesn't add key/value classes to
-    the map. (Karthik Kambatla via tomwhite)
-
-    HADOOP-9304. remove addition of avro genreated-sources dirs to build. (tucu)
-
-    HADOOP-9267. hadoop -help, -h, --help should show usage instructions.
-    (Andrew Wang via atm)
-
-    HADOOP-8569. CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE.
-    (Colin Patrick McCabe via atm)
-
-    HADOOP-9323. Fix typos in API documentation. (suresh)
-
-    HADOOP-7487. DF should throw a more reasonable exception when mount cannot
-    be determined. (Andrew Wang via atm)
-
-    HADOOP-8917. add LOCALE.US to toLowerCase in SecurityUtil.replacePattern.
-    (Arpit Gupta via suresh)
-
-    HADOOP-9342. Remove jline from distribution. (thw via tucu)
-
-    HADOOP-9230. TestUniformSizeInputFormat fails intermittently. 
-    (kkambatl via tucu)
-
-    HADOOP-9349. Confusing output when running hadoop version from one hadoop 
-    installation when HADOOP_HOME points to another. (sandyr via tucu)
-
-    HADOOP-9337. org.apache.hadoop.fs.DF.getMount() does not work on Mac OS.
-    (Ivan A. Veselovsky via atm)
-
 Release 2.0.4-alpha - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 0 - 54
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -1,59 +1,5 @@
 Hadoop HDFS Change Log
 
-Release 2.0.5-beta - UNRELEASED
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-  IMPROVEMENTS
-
-    HDFS-4222. NN is unresponsive and loses heartbeats from DNs when 
-    configured to use LDAP and LDAP has issues. (Xiaobo Peng, suresh)
-
-    HDFS-4304. Make FSEditLogOp.MAX_OP_SIZE configurable. (Colin Patrick
-    McCabe via atm)
-
-    HDFS-4518. Finer grained metrics for HDFS capacity.
-    (Arpit Agarwal via suresh)
-
-    HDFS-4519. Support overriding jsvc binary and log file locations
-    when launching secure datanode. (Chris Nauroth via suresh)
-
-  OPTIMIZATIONS
-
-  BUG FIXES
-    
-    HDFS-4470. Several HDFS tests attempt file operations on invalid HDFS
-    paths when running on Windows. (Chris Nauroth via suresh)
-
-    HDFS-4471. Namenode WebUI file browsing does not work with wildcard
-    addresses configured. (Andrew Wang via atm)
-
-    HDFS-4342. Directories configured in dfs.namenode.edits.dir.required
-    but not in dfs.namenode.edits.dir are silently ignored.  (Arpit Agarwal
-    via szetszwo)
-
-    HDFS-4482. ReplicationMonitor thread can exit with NPE due to the race 
-    between delete and replication of same file. (umamahesh)
-
-    HDFS-4269. DatanodeManager#registerDatanode rejects all datanode
-    registrations from localhost in single-node developer setup  (Chris
-    Nauroth)
-
-    HDFS-4235. When outputting XML, OfflineEditsViewer can't handle some edits
-    containing non-ASCII strings. (Colin Patrick McCabe via atm)
-
-    HDFS-4541. Set hadoop.log.dir and hadoop.id.str when starting secure
-    datanode to write the logs to right dir by default. (Arpit Gupta via
-    suresh)
-
-    HDFS-4540. Namenode http server should use the web authentication 
-    keytab for spnego principal. (Arpit Gupta via suresh)
-
-    HDFS-4544. Error in deleting blocks should not do check disk, for
-    all types of errors. (Arpit Agarwal via suresh)
-
 Release 2.0.4-alpha - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 0 - 49
hadoop-yarn-project/CHANGES.txt

@@ -1,54 +1,5 @@
 Hadoop YARN Change Log
 
-Release 2.0.5-beta - UNRELEASED
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-
-  IMPROVEMENTS
-
-    YARN-365. Change NM heartbeat handling to not generate a scheduler event
-    on each heartbeat. (Xuan Gong via sseth)
-
-    YARN-380. Fix yarn node -status output to be better readable. (Omkar Vinit
-    Joshi via vinodkv)
-
-    YARN-410. Fixed RM UI so that the new lines diagnostics for a failed app on
-    the per-application page are translated to html line breaks. (Omkar Vinit
-    Joshi via vinodkv)
-
-  OPTIMIZATIONS
-
-  BUG FIXES
-
-    YARN-383. AMRMClientImpl should handle null rmClient in stop()
-    (Hitesh Shah via sseth)
-
-    YARN-385. Add missing fields - location and #containers to
-    ResourceRequestPBImpl's toString(). (Sandy Ryza via sseth)
-
-    YARN-377. Use the new StringUtils methods added by HADOOP-9252 and fix
-    TestContainersMonitor.  (Chris Nauroth via szetszwo)
-
-    YARN-391. Formatting fixes for LCEResourceHandler classes.
-    (Steve Loughran via sseth)
-
-    YARN-390. ApplicationCLI and NodeCLI hard-coded platform-specific line
-    separator causes test failures on Windows. (Chris Nauroth via suresh)
-
-    YARN-406. Fix TestRackResolver to function in networks where "host1"
-    resolves to a valid host. (Hitesh Shah via sseth)
-
-    YARN-376. Fixes a bug which would prevent the NM knowing about completed
-    containers and applications. (Jason Lowe via sseth)
-
-    YARN-196. Nodemanager should be more robust in handling connection failure
-    to ResourceManager when a cluster is started (Xuan Gong via hitesh)
-
-    YARN-485. TestProcfsProcessTree#testProcessTree() doesn't wait long enough 
-    for the process to die. (kkambatl via tucu)
- 
 Release 2.0.4-alpha - UNRELEASED
 
   INCOMPATIBLE CHANGES