Skip to content

Commit

Permalink
HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.en…
Browse files Browse the repository at this point in the history
…abled. Contributed by Ray Chiang.
  • Loading branch information
aajisaka committed May 8, 2015
1 parent e16f4b7 commit c5afe44
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Expand Up @@ -22,6 +22,9 @@ Trunk (Unreleased)

HDFS-7281. Missing block is marked as corrupted block (Ming Ma via
Yongjun Zhang)

HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.enabled.
(Ray Chiang via aajisaka)

NEW FEATURES

Expand Down
Expand Up @@ -40,8 +40,6 @@
#define HADOOP_NAMENODE "org/apache/hadoop/hdfs/server/namenode/NameNode"
#define JAVA_INETSOCKETADDRESS "java/net/InetSocketAddress"

#define DFS_WEBHDFS_ENABLED_KEY "dfs.webhdfs.enabled"

struct NativeMiniDfsCluster {
/**
* The NativeMiniDfsCluster object
Expand Down
Expand Up @@ -1496,14 +1496,6 @@
</description>
</property>

<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
<description>
Enable WebHDFS (REST API) in Namenodes and Datanodes.
</description>
</property>

<property>
<name>hadoop.fuse.connection.timeout</name>
<value>300</value>
Expand Down
Expand Up @@ -194,7 +194,6 @@ Below are the HDFS configuration options for WebHDFS.

| Property Name | Description |
|:---- |:---- |
| `dfs.webhdfs.enabled ` | Enable/disable WebHDFS in Namenodes and Datanodes |
| `dfs.web.authentication.kerberos.principal` | The HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint. The HTTP Kerberos principal MUST start with 'HTTP/' per Kerberos HTTP SPNEGO specification. A value of "\*" will use all HTTP principals found in the keytab. |
| `dfs.web.authentication.kerberos.keytab ` | The Kerberos keytab file with the credentials for the HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint. |

Expand Down
2 changes: 0 additions & 2 deletions hadoop-tools/hadoop-sls/src/main/data/2jobs2min-rumen-jh.json
Expand Up @@ -4921,7 +4921,6 @@
"hadoop.kerberos.kinit.command" : "kinit",
"dfs.datanode.du.reserved" : "0",
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
"dfs.webhdfs.enabled" : "false",
"file.bytes-per-checksum" : "512",
"mapreduce.task.profile.reduces" : "0-2",
"mapreduce.jobtracker.handler.count" : "10",
Expand Down Expand Up @@ -10027,7 +10026,6 @@
"hadoop.kerberos.kinit.command" : "kinit",
"dfs.datanode.du.reserved" : "0",
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
"dfs.webhdfs.enabled" : "false",
"file.bytes-per-checksum" : "512",
"mapreduce.task.profile.reduces" : "0-2",
"mapreduce.jobtracker.handler.count" : "10",
Expand Down

0 comments on commit c5afe44

Please sign in to comment.