HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.enabled. Contributed by Ray Chiang.
This commit is contained in:
parent
e16f4b7f70
commit
c5afe444df
|
@ -22,6 +22,9 @@ Trunk (Unreleased)
|
||||||
|
|
||||||
HDFS-7281. Missing block is marked as corrupted block (Ming Ma via
|
HDFS-7281. Missing block is marked as corrupted block (Ming Ma via
|
||||||
Yongjun Zhang)
|
Yongjun Zhang)
|
||||||
|
|
||||||
|
HDFS-8349. Remove .xml and documentation references to dfs.webhdfs.enabled.
|
||||||
|
(Ray Chiang via aajisaka)
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
|
|
|
@ -40,8 +40,6 @@
|
||||||
#define HADOOP_NAMENODE "org/apache/hadoop/hdfs/server/namenode/NameNode"
|
#define HADOOP_NAMENODE "org/apache/hadoop/hdfs/server/namenode/NameNode"
|
||||||
#define JAVA_INETSOCKETADDRESS "java/net/InetSocketAddress"
|
#define JAVA_INETSOCKETADDRESS "java/net/InetSocketAddress"
|
||||||
|
|
||||||
#define DFS_WEBHDFS_ENABLED_KEY "dfs.webhdfs.enabled"
|
|
||||||
|
|
||||||
struct NativeMiniDfsCluster {
|
struct NativeMiniDfsCluster {
|
||||||
/**
|
/**
|
||||||
* The NativeMiniDfsCluster object
|
* The NativeMiniDfsCluster object
|
||||||
|
|
|
@ -1496,14 +1496,6 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
|
||||||
<name>dfs.webhdfs.enabled</name>
|
|
||||||
<value>true</value>
|
|
||||||
<description>
|
|
||||||
Enable WebHDFS (REST API) in Namenodes and Datanodes.
|
|
||||||
</description>
|
|
||||||
</property>
|
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.fuse.connection.timeout</name>
|
<name>hadoop.fuse.connection.timeout</name>
|
||||||
<value>300</value>
|
<value>300</value>
|
||||||
|
|
|
@ -194,7 +194,6 @@ Below are the HDFS configuration options for WebHDFS.
|
||||||
|
|
||||||
| Property Name | Description |
|
| 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.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. |
|
| `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. |
|
||||||
|
|
||||||
|
|
|
@ -4921,7 +4921,6 @@
|
||||||
"hadoop.kerberos.kinit.command" : "kinit",
|
"hadoop.kerberos.kinit.command" : "kinit",
|
||||||
"dfs.datanode.du.reserved" : "0",
|
"dfs.datanode.du.reserved" : "0",
|
||||||
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
|
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
|
||||||
"dfs.webhdfs.enabled" : "false",
|
|
||||||
"file.bytes-per-checksum" : "512",
|
"file.bytes-per-checksum" : "512",
|
||||||
"mapreduce.task.profile.reduces" : "0-2",
|
"mapreduce.task.profile.reduces" : "0-2",
|
||||||
"mapreduce.jobtracker.handler.count" : "10",
|
"mapreduce.jobtracker.handler.count" : "10",
|
||||||
|
@ -10027,7 +10026,6 @@
|
||||||
"hadoop.kerberos.kinit.command" : "kinit",
|
"hadoop.kerberos.kinit.command" : "kinit",
|
||||||
"dfs.datanode.du.reserved" : "0",
|
"dfs.datanode.du.reserved" : "0",
|
||||||
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
|
"dfs.namenode.fs-limits.max-blocks-per-file" : "1048576",
|
||||||
"dfs.webhdfs.enabled" : "false",
|
|
||||||
"file.bytes-per-checksum" : "512",
|
"file.bytes-per-checksum" : "512",
|
||||||
"mapreduce.task.profile.reduces" : "0-2",
|
"mapreduce.task.profile.reduces" : "0-2",
|
||||||
"mapreduce.jobtracker.handler.count" : "10",
|
"mapreduce.jobtracker.handler.count" : "10",
|
||||||
|
|
Loading…
Reference in New Issue