Set the release date for 2.7.5-RC1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c5c89fa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2c5c89fa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2c5c89fa
Branch: refs/heads/branch-2.7.5 Commit: 2c5c89fa48133bddf5e6453d738416f69694e067 Parents: 110c514 Author: Konstantin V Shvachko <[email protected]> Authored: Thu Dec 7 15:18:17 2017 -0800 Committer: Konstantin V Shvachko <[email protected]> Committed: Thu Dec 7 16:19:44 2017 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 +- .../hadoop-common/src/main/docs/releasenotes.html | 8 ++++++++ hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 +- hadoop-mapreduce-project/CHANGES.txt | 2 +- hadoop-yarn-project/CHANGES.txt | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c5c89fa/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 4ed85aa..898ab2f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop Change Log -Release 2.7.5 - 2017-12-01 +Release 2.7.5 - 2017-12-07 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c5c89fa/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html b/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html index 7085e73..8bdfdfd 100644 --- a/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html +++ b/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html @@ -16,6 +16,10 @@ These release notes include new developer and user-facing incompatibilities, fea Major bug reported by Jason Lowe and fixed by Jason Lowe <br> <b>TestSchedulingMonitor#testRMStarts fails sporadically</b><br> <blockquote></blockquote></li> +<li> <a href="https://issues.apache.org/jira/browse/YARN-6959">YARN-6959</a>. + Major bug reported by Yuqi Wang and fixed by Yuqi Wang (capacity scheduler , fairscheduler , scheduler)<br> + <b>RM may allocate wrong AM Container for new attempt</b><br> + <blockquote>ResourceManager will now record ResourceRequests from different attempts into different objects.</blockquote></li> <li> <a href="https://issues.apache.org/jira/browse/YARN-5195">YARN-5195</a>. Major bug reported by Karam Singh and fixed by sandflee (resourcemanager)<br> <b>RM intermittently crashed with NPE while handling APP_ATTEMPT_REMOVED event when async-scheduling enabled in CapacityScheduler</b><br> @@ -40,6 +44,10 @@ These release notes include new developer and user-facing incompatibilities, fea Minor bug reported by Kihwal Lee and fixed by Kihwal Lee (test)<br> <b>TestHSAdminServer.testRefreshSuperUserGroups is failing</b><br> <blockquote></blockquote></li> +<li> <a href="https://issues.apache.org/jira/browse/MAPREDUCE-6165">MAPREDUCE-6165</a>. + Minor bug reported by Wei Yan and fixed by Akira Ajisaka <br> + <b>[JDK8] TestCombineFileInputFormat failed on JDK8</b><br> + <blockquote></blockquote></li> <li> <a href="https://issues.apache.org/jira/browse/HDFS-12832">HDFS-12832</a>. Critical bug reported by DENG FEI and fixed by Konstantin Shvachko (namenode)<br> <b>INode.getFullPathName may throw ArrayIndexOutOfBoundsException lead to NameNode exit</b><br> http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c5c89fa/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 5554477..02b05f1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop HDFS Change Log -Release 2.7.5 - 2017-12-01 +Release 2.7.5 - 2017-12-07 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c5c89fa/hadoop-mapreduce-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 30046e7..6e628c6 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop MapReduce Change Log -Release 2.7.5 - 2017-12-01 +Release 2.7.5 - 2017-12-07 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c5c89fa/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 4d25ba3..9618fa6 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -1,6 +1,6 @@ Hadoop YARN Change Log -Release 2.7.5 - 2017-12-01 +Release 2.7.5 - 2017-12-07 INCOMPATIBLE CHANGES --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
