From 76dcd6d3994d49a2db69287b1d1841a7d6164bca Mon Sep 17 00:00:00 2001 From: Arun Murthy Date: Sat, 21 Jun 2014 05:35:53 +0000 Subject: [PATCH] Updated release notes for hadoop-2.4.1 rc1. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1604315 13f79535-47bb-0310-9956-ffa450edef68 --- .../hadoop-common/src/main/docs/releasenotes.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 1df87c85b7a..ba295f32ac1 100644 --- a/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html +++ b/hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html @@ -470,6 +470,10 @@ Tests run: 4, Failures: 0, Errors: 2, Skipped: 0 Major bug reported by Jian He and fixed by Vinod Kumar Vavilapalli
Few tests in TestJobClient fail on Windows
+
  • MAPREDUCE-5830. + Blocker bug reported by Jason Lowe and fixed by Akira AJISAKA
    + HostUtil.getTaskLogUrl is not backwards binary compatible with 2.3
    +
  • MAPREDUCE-5828. Major bug reported by Vinod Kumar Vavilapalli and fixed by Vinod Kumar Vavilapalli
    TestMapReduceJobControl fails on JDK 7 + Windows
    @@ -506,6 +510,10 @@ Tests run: 4, Failures: 0, Errors: 2, Skipped: 0 Trivial bug reported by Todd Lipcon and fixed by Chen He
    docs for map output compression incorrectly reference SequenceFile
  • +
  • HDFS-6527. + Blocker bug reported by Kihwal Lee and fixed by Kihwal Lee
    + Edit log corruption due to defered INode removal
    +
  • HDFS-6411. Major bug reported by Zhongyi Xie and fixed by Brandon Li (nfs)
    nfs-hdfs-gateway mount raises I/O error and hangs when a unauthorized user attempts to access it