Repository: hadoop Updated Branches: refs/heads/trunk 519e5a7dd -> 0fb273570
HADOOP-11168. Remove duplicated entry dfs.webhdfs.enabled in the user doc. Contributed by Yi Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0fb27357 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0fb27357 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0fb27357 Branch: refs/heads/trunk Commit: 0fb273570cbd3eb06d40dea252a779153f76bbf3 Parents: 519e5a7 Author: Haohui Mai <[email protected]> Authored: Mon Oct 6 22:07:16 2014 -0600 Committer: Haohui Mai <[email protected]> Committed: Mon Oct 6 22:07:16 2014 -0600 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/apt/SecureMode.apt.vm | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0fb27357/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 2d27e7c..c36d497 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -795,6 +795,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11151. Automatically refresh auth token and retry on auth failure. (Arun Suresh via wang) + HADOOP-11168. Remove duplicated entry "dfs.webhdfs.enabled" in the useri + doc. (Yi Liu via wheat9) + BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS HADOOP-10734. Implement high-performance secure random number sources. http://git-wip-us.apache.org/repos/asf/hadoop/blob/0fb27357/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm index c02ea39..f42db2d 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/SecureMode.apt.vm @@ -469,9 +469,6 @@ Configuration for <<<conf/hdfs-site.xml>>> *-------------------------+-------------------------+------------------------+ || Parameter || Value || Notes | *-------------------------+-------------------------+------------------------+ -| <<<dfs.webhdfs.enabled>>> | http/[email protected] | | -| | | Enable security on WebHDFS. | -*-------------------------+-------------------------+------------------------+ | <<<dfs.web.authentication.kerberos.principal>>> | http/[email protected] | | | | | Kerberos keytab file for the WebHDFS. | *-------------------------+-------------------------+------------------------+
