Set the release date for 2.6.2
This commit is contained in:
parent
9a97ff54e5
commit
1d3bed1f94
|
@ -1,6 +1,6 @@
|
||||||
Hadoop Change Log
|
Hadoop Change Log
|
||||||
|
|
||||||
Release 2.6.2 - UNRELEASED
|
Release 2.6.2 - 2015-10-21
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Hadoop HDFS Change Log
|
Hadoop HDFS Change Log
|
||||||
|
|
||||||
Release 2.6.2 - UNRELEASED
|
Release 2.6.2 - 2015-10-21
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Hadoop MapReduce Change Log
|
Hadoop MapReduce Change Log
|
||||||
|
|
||||||
Release 2.6.2 - UNRELEASED
|
Release 2.6.2 - 2015-10-21
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
Hadoop YARN Change Log
|
Hadoop YARN Change Log
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
@ -21,15 +21,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)
|
||||||
|
|
||||||
|
@ -48,9 +48,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
|
||||||
|
|
Loading…
Reference in New Issue