Set the release date for 2.6.2

This commit is contained in:
Sangjin Lee 2015-10-28 20:43:35 -07:00
parent 9e911a2439
commit 16db203a83
4 changed files with 13 additions and 13 deletions

View File

@ -1580,7 +1580,7 @@ Release 2.7.0 - 2015-04-20
HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvider in HADOOP-11837. AuthenticationFilter should destroy SignerSecretProvider in
Tomcat deployments. (Bowen Zhang via wheat9) Tomcat deployments. (Bowen Zhang via wheat9)
Release 2.6.2 - UNRELEASED Release 2.6.2 - 2015-10-21
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -2463,7 +2463,7 @@ Release 2.7.0 - 2015-04-20
HDFS-7700. Document quota support for storage types. (Xiaoyu Yao via HDFS-7700. Document quota support for storage types. (Xiaoyu Yao via
Arpit Agarwal) Arpit Agarwal)
Release 2.6.2 - UNRELEASED Release 2.6.2 - 2015-10-21
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -601,7 +601,7 @@ Release 2.7.0 - 2015-04-20
MAPREDUCE-6285. ClientServiceDelegate should not retry upon MAPREDUCE-6285. ClientServiceDelegate should not retry upon
AuthenticationException. (Jonathan Eagles via ozawa) AuthenticationException. (Jonathan Eagles via ozawa)
Release 2.6.2 - UNRELEASED Release 2.6.2 - 2015-10-21
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES
@ -617,6 +617,9 @@ Release 2.6.2 - UNRELEASED
cache files so that child processes running hadoop scripts can access these cache files so that child processes running hadoop scripts can access these
files. (Junping Du via vinodkv) files. (Junping Du via vinodkv)
MAPREDUCE-6334. Fetcher#copyMapOutput is leaking usedMemory upon
IOException during InMemoryMapOutput shuffle handler (Eric Payne via jlowe)
MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in
JobHistoryEventHandler. (Shinichi Yamashita via aajisaka) JobHistoryEventHandler. (Shinichi Yamashita via aajisaka)

View File

@ -1803,17 +1803,17 @@ Release 2.7.0 - 2015-04-20
YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers
and node-label column (Jason Lowe via wangda) and node-label column (Jason Lowe via wangda)
Release 2.6.2 - UNRELEASED Release 2.6.2 - 2015-10-21
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES
NEW FEATURES NEW FEATURES
YARN-2019. Retrospect on decision of making RM crashed if any exception throw
in ZKRMStateStore. (Jian He via junping_du)
IMPROVEMENTS IMPROVEMENTS
YARN-3727. For better error recovery, check if the directory exists before
using it for localization. (Zhihai Xu via jlowe)
YARN-4092. Fixed UI redirection to print useful messages when both RMs are YARN-4092. Fixed UI redirection to print useful messages when both RMs are
in standby mode. (Xuan Gong via jianhe) in standby mode. (Xuan Gong via jianhe)
@ -1824,15 +1824,15 @@ Release 2.6.2 - UNRELEASED
BUG FIXES BUG FIXES
YARN-2019. Retrospect on decision of making RM crashed if any exception throw
in ZKRMStateStore. (Jian He via junping_du)
YARN-4087. Followup fixes after YARN-2019 regarding RM behavior when YARN-4087. Followup fixes after YARN-2019 regarding RM behavior when
state-store error occurs. (Jian He via xgong) state-store error occurs. (Jian He via xgong)
YARN-3554. Default value for maximum nodemanager connect wait time is too YARN-3554. Default value for maximum nodemanager connect wait time is too
high (Naganarasimha G R via jlowe) high (Naganarasimha G R via jlowe)
YARN-3727. For better error recovery, check if the directory exists before
using it for localization. (Zhihai Xu via jlowe)
YARN-4005. Completed container whose app is finished is possibly not YARN-4005. Completed container whose app is finished is possibly not
removed from NMStateStore. (Jun Gong via jianhe) removed from NMStateStore. (Jun Gong via jianhe)
@ -1851,9 +1851,6 @@ Release 2.6.2 - UNRELEASED
YARN-3798. ZKRMStateStore shouldn't create new session without occurrance of YARN-3798. ZKRMStateStore shouldn't create new session without occurrance of
SESSIONEXPIED. (ozawa and Varun Saxena) SESSIONEXPIED. (ozawa and Varun Saxena)
YARN-2859. ApplicationHistoryServer binds to default port 8188 in MiniYARNCluster.
(Vinod Kumar Vavilapalli via xgong)
Release 2.6.1 - 2015-09-23 Release 2.6.1 - 2015-09-23
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES