HADOOP-11692. Amendment to CHANGES.txt.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/03b77ede Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/03b77ede Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/03b77ede Branch: refs/heads/YARN-2928 Commit: 03b77ede9249d7d16654257035dfc01a7a0a8c50 Parents: 3da9a97 Author: Yongjun Zhang <[email protected]> Authored: Mon Mar 16 09:08:41 2015 -0700 Committer: Yongjun Zhang <[email protected]> Committed: Mon Mar 16 09:08:41 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/03b77ede/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 bb08cfe..e161d7d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -449,6 +449,9 @@ Release 2.8.0 - UNRELEASED IMPROVEMENTS + HADOOP-11692. Improve authentication failure WARN message to avoid user + confusion. (Yongjun Zhang) + OPTIMIZATIONS BUG FIXES @@ -1088,9 +1091,6 @@ Release 2.7.0 - UNRELEASED HADOOP-11686. MiniKDC cannot change ORG_NAME or ORG_DOMAIN. (Duo Zhang via wheat9) - HADOOP-11692. Improve authentication failure WARN message to avoid user - confusion. (Yongjun Zhang) - HADOOP-11618. DelegateToFileSystem erroneously uses default FS's port in constructor. (Brahma Reddy Battula via gera)
