HADOOP-7244. Documentation change for updated configuration keys. Contributed by Tom White
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1100048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f489f9514d
commit
ad36a0e6a0
|
@ -401,6 +401,9 @@ Release 0.22.0 - Unreleased
|
||||||
HADOOP-7241. fix typo of command 'hadoop fs -help tail'.
|
HADOOP-7241. fix typo of command 'hadoop fs -help tail'.
|
||||||
(Wei Yongjun via eli)
|
(Wei Yongjun via eli)
|
||||||
|
|
||||||
|
HADOOP-7244. Documentation change for updated configuration keys.
|
||||||
|
(tomwhite via eli)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
|
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
|
||||||
|
|
|
@ -175,7 +175,7 @@
|
||||||
<th>Notes</th>
|
<th>Notes</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>fs.default.name</td>
|
<td>fs.defaultFS</td>
|
||||||
<td>URI of <code>NameNode</code>.</td>
|
<td>URI of <code>NameNode</code>.</td>
|
||||||
<td><em>hdfs://hostname/</em></td>
|
<td><em>hdfs://hostname/</em></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -190,7 +190,7 @@
|
||||||
<th>Notes</th>
|
<th>Notes</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>dfs.name.dir</td>
|
<td>dfs.namenode.name.dir</td>
|
||||||
<td>
|
<td>
|
||||||
Path on the local filesystem where the <code>NameNode</code>
|
Path on the local filesystem where the <code>NameNode</code>
|
||||||
stores the namespace and transactions logs persistently.</td>
|
stores the namespace and transactions logs persistently.</td>
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>dfs.data.dir</td>
|
<td>dfs.datanode.data.dir</td>
|
||||||
<td>
|
<td>
|
||||||
Comma separated list of paths on the local filesystem of a
|
Comma separated list of paths on the local filesystem of a
|
||||||
<code>DataNode</code> where it should store its blocks.
|
<code>DataNode</code> where it should store its blocks.
|
||||||
|
@ -1298,9 +1298,9 @@
|
||||||
">resolve</a> in an administrator configured
|
">resolve</a> in an administrator configured
|
||||||
module. The API resolves the slave's DNS name (also IP address) to a
|
module. The API resolves the slave's DNS name (also IP address) to a
|
||||||
rack id. What module to use can be configured using the configuration
|
rack id. What module to use can be configured using the configuration
|
||||||
item <code>topology.node.switch.mapping.impl</code>. The default
|
item <code>net.topology.node.switch.mapping.impl</code>. The default
|
||||||
implementation of the same runs a script/command configured using
|
implementation of the same runs a script/command configured using
|
||||||
<code>topology.script.file.name</code>. If topology.script.file.name is
|
<code>net.topology.script.file.name</code>. If topology.script.file.name is
|
||||||
not set, the rack id <code>/default-rack</code> is returned for any
|
not set, the rack id <code>/default-rack</code> is returned for any
|
||||||
passed IP address. The additional configuration in the Map/Reduce
|
passed IP address. The additional configuration in the Map/Reduce
|
||||||
part is <code>mapred.cache.task.levels</code> which determines the number
|
part is <code>mapred.cache.task.levels</code> which determines the number
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
<source>
|
<source>
|
||||||
<configuration>
|
<configuration>
|
||||||
<property>
|
<property>
|
||||||
<name>fs.default.name</name>
|
<name>fs.defaultFS</name>
|
||||||
<value>hdfs://localhost:9000</value>
|
<value>hdfs://localhost:9000</value>
|
||||||
</property>
|
</property>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue