HADOOP-11634. Description of webhdfs' principal/keytab should switch places each other. Contributed by Brahma Reddy Battula.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e9ac88aa Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e9ac88aa Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e9ac88aa Branch: refs/heads/YARN-2928 Commit: e9ac88aac77dd98508854de445793c2180466ee8 Parents: aa55fd3 Author: Tsuyoshi Ozawa <oz...@apache.org> Authored: Mon Mar 2 04:18:07 2015 +0900 Committer: Tsuyoshi Ozawa <oz...@apache.org> Committed: Mon Mar 2 04:18:07 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/markdown/SecureMode.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e9ac88aa/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 3c4dc99..f1d48bc 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1019,6 +1019,9 @@ Release 2.7.0 - UNRELEASED HADOOP-9922. hadoop windows native build will fail in 32 bit machine. (Kiran Kumar M R via cnauroth) + HADOOP-11634. Description of webhdfs' principal/keytab should switch places + each other. (Brahma Reddy Battula via ozawa) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/e9ac88aa/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md index 0004d25..cb27e29 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md @@ -289,8 +289,8 @@ The following properties should be in the `core-site.xml` of all the nodes in th | Parameter | Value | Notes | |:---- |:---- |:---- | -| `dfs.web.authentication.kerberos.principal` | http/\_h...@realm.tld | Kerberos keytab file for the WebHDFS. | -| `dfs.web.authentication.kerberos.keytab` | */etc/security/keytab/http.service.keytab* | Kerberos principal name for WebHDFS. | +| `dfs.web.authentication.kerberos.principal` | http/\_h...@realm.tld | Kerberos principal name for the WebHDFS. | +| `dfs.web.authentication.kerberos.keytab` | */etc/security/keytab/http.service.keytab* | Kerberos keytab file for WebHDFS. | ### ResourceManager