HBASE-481 Move HMaster and related classes into master package

Part 4: I committed changes in below configs. unintentionally.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@620052 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-02-09 00:37:15 +00:00
parent 1bc3a436dc
commit 9dccb4c8b8
2 changed files with 9 additions and 9 deletions

View File

@ -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>

View File

@ -22,6 +22,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>
@ -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>