You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by li...@apache.org on 2013/05/16 21:20:24 UTC

svn commit: r1483526 - /hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template

Author: liyin
Date: Thu May 16 19:20:24 2013
New Revision: 1483526

URL: http://svn.apache.org/r1483526
Log:
[HBASE-8515] Reverting r34792 so as to get the correct file path

Author: gauravm

Summary: Revision r34792 had a change relative to VENDOR.hbase/hbase-trunk. Going to revert it and get a new revision, since the change broke the syncing with the apache branch.

Test Plan: Tested on my dev server.

Reviewers: liyintang

Reviewed By: liyintang

CC: hbase-eng@

Modified:
    hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template

Modified: hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template
URL: http://svn.apache.org/viewvc/hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template?rev=1483526&r1=1483525&r2=1483526&view=diff
==============================================================================
--- hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template (original)
+++ hbase/branches/0.89-fb/conf/hbase-site.xml.single-node.template Thu May 16 19:20:24 2013
@@ -48,7 +48,7 @@
 -->
 <property>
   <name>hbase.rootdir</name>
-  <value>hdfs://localhost:9000/hbase-cluster</value>
+  <value>hdfs://localhost:9010/hbase-cluster</value>
   <description>The directory shared by region servers.
   Should be fully-qualified to include the filesystem to use.
   E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR