Change hadoop-site.xml to hdfs-site.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@799994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
662b0a0eee
commit
2f78a87b50
|
@ -285,7 +285,7 @@ doesn't take ZooKeeper with it.
|
||||||
see this configuration unless you do one of the following:
|
see this configuration unless you do one of the following:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Add a pointer to your <code>HADOOP_CONF_DIR</code> to <code>CLASSPATH</code> in <code>hbase-env.sh</code></li>
|
<li>Add a pointer to your <code>HADOOP_CONF_DIR</code> to <code>CLASSPATH</code> in <code>hbase-env.sh</code></li>
|
||||||
<li>Add a copy of <code>hadoop-site.xml</code> to <code>${HBASE_HOME}/conf</code>, or</li>
|
<li>Add a copy of <code>hdfs-site.xml</code> (or <code>hadoop-site.xml</code>) to <code>${HBASE_HOME}/conf</code>, or</li>
|
||||||
<li>If only a small set of HDFS client configurations, add them to <code>hbase-site.xml</code></li>
|
<li>If only a small set of HDFS client configurations, add them to <code>hbase-site.xml</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
An example of such an HDFS client configuration is <code>dfs.replication</code>. If for example,
|
An example of such an HDFS client configuration is <code>dfs.replication</code>. If for example,
|
||||||
|
|
Loading…
Reference in New Issue