Repository: hadoop Updated Branches: refs/heads/trunk bd77a7c4d -> 5b8a3ae36
YARN-3429. Fix incorrect CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5b8a3ae3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5b8a3ae3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5b8a3ae3 Branch: refs/heads/trunk Commit: 5b8a3ae366294aec492f69f1a429aa7fce5d13be Parents: bd77a7c Author: Robert Kanter <[email protected]> Authored: Tue Apr 7 16:15:42 2015 -0700 Committer: Robert Kanter <[email protected]> Committed: Tue Apr 7 16:15:42 2015 -0700 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5b8a3ae3/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index f2950bf..01d3429 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -148,7 +148,7 @@ Release 2.8.0 - UNRELEASED YARN-2666. TestFairScheduler.testContinuousScheduling fails Intermittently. (Zhihai Xu via ozawa) - YARN-2429. TestAMRMTokens.testTokenExpiry fails Intermittently with + YARN-3429. TestAMRMTokens.testTokenExpiry fails Intermittently with error message:Invalid AMRMToken (zxu via rkanter) YARN-3110. Few issues in ApplicationHistory web ui. (Naganarasimha G R via xgong)
