From 9cb0f8bdfb46c4a0ba2cb9d6323c08649100930f Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 20 May 2008 04:30:18 +0000 Subject: [PATCH] HBASE-630 Default hbase.rootdir is garbage git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@658098 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + conf/hbase-default.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d27fa334558..90d6cc750b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,7 @@ Hbase Change Log even if shutdown was not requested HBASE-629 Split reports incorrect elapsed time HBASE-623 Migration script for hbase-82 + HBASE-630 Default hbase.rootdir is garbage IMPROVEMENTS HBASE-559 MR example job to count table rows diff --git a/conf/hbase-default.xml b/conf/hbase-default.xml index 9ea65fd6c67..2ace8701a2f 100644 --- a/conf/hbase-default.xml +++ b/conf/hbase-default.xml @@ -32,7 +32,7 @@ hbase.rootdir - file:///tmp/hbase-${user.home}/hbase + file:///tmp/hbase-${user.name}/hbase The directory shared by region servers. Should be fully-qualified to include the filesystem to use. E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR