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 2008/02/09 01:37:16 UTC

svn commit: r620052 - in /hadoop/hbase/trunk: conf/hbase-site.xml src/test/hbase-site.xml

Author: stack
Date: Fri Feb  8 16:37:15 2008
New Revision: 620052

URL: http://svn.apache.org/viewvc?rev=620052&view=rev
Log:
HBASE-481 Move HMaster and related classes into master package
Part 4: I committed changes in below configs. unintentionally.

Modified:
    hadoop/hbase/trunk/conf/hbase-site.xml
    hadoop/hbase/trunk/src/test/hbase-site.xml

Modified: hadoop/hbase/trunk/conf/hbase-site.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-site.xml?rev=620052&r1=620051&r2=620052&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-site.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-site.xml Fri Feb  8 16:37:15 2008
@@ -22,10 +22,4 @@
  */
 -->
 <configuration>
-  <property>
-    <name>hbase.rootdir</name>
-    <value>${hadoop.tmp.dir}/hbase</value>
-    <description>The directory shared by region servers.
-    </description>
-  </property>
 </configuration>

Modified: hadoop/hbase/trunk/src/test/hbase-site.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/test/hbase-site.xml?rev=620052&r1=620051&r2=620052&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/test/hbase-site.xml (original)
+++ hadoop/hbase/trunk/src/test/hbase-site.xml Fri Feb  8 16:37:15 2008
@@ -23,6 +23,13 @@
 -->
 <configuration>
   <property>
+    <name>fs.default.name</name>
+    <value></value>
+    <description>Use hdfs as file system by default. Modify this to run on
+    local file system.
+    </description>
+  </property>
+  <property>
     <name>hbase.regionserver.msginterval</name>
     <value>1000</value>
     <description>Interval between messages from the RegionServer to HMaster
@@ -99,9 +106,8 @@
   </property>
   <property>
   	<name>hbase.rootdir</name>
-  	<value>hdfs://localhost:42273/hbase</value>
-  	<description>Location of HBase test hbase instance (42273 is hbase
-    on a telephone pad)</description>
+  	<value>/hbase</value>
+  	<description>location of HBase instance in dfs</description>
   </property>
   <property>
     <name>hbase.hregion.max.filesize</name>