You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/08/02 07:08:03 UTC

svn commit: r799994 - /hadoop/hbase/trunk/src/java/overview.html

Author: stack
Date: Sun Aug  2 05:08:02 2009
New Revision: 799994

URL: http://svn.apache.org/viewvc?rev=799994&view=rev
Log:
Change hadoop-site.xml to hdfs-site.xml

Modified:
    hadoop/hbase/trunk/src/java/overview.html

Modified: hadoop/hbase/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=799994&r1=799993&r2=799994&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/java/overview.html (original)
+++ hadoop/hbase/trunk/src/java/overview.html Sun Aug  2 05:08:02 2009
@@ -285,7 +285,7 @@
 see this configuration unless you do one of the following:
 <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 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>
 </ul>
 An example of such an HDFS client configuration is <code>dfs.replication</code>.  If for example,