You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 04:11:36 UTC

svn commit: r1181472 - /hbase/branches/0.89/conf/hbase-site.xml

Author: nspiegelberg
Date: Tue Oct 11 02:11:36 2011
New Revision: 1181472

URL: http://svn.apache.org/viewvc?rev=1181472&view=rev
Log:
Change the master port on FB default configs because mcproxy uses 60000

Modified:
    hbase/branches/0.89/conf/hbase-site.xml

Modified: hbase/branches/0.89/conf/hbase-site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.89/conf/hbase-site.xml?rev=1181472&r1=1181471&r2=1181472&view=diff
==============================================================================
--- hbase/branches/0.89/conf/hbase-site.xml (original)
+++ hbase/branches/0.89/conf/hbase-site.xml Tue Oct 11 02:11:36 2011
@@ -22,4 +22,8 @@
  */
 -->
 <configuration>
+<property>
+  <name>hbase.master.port</name>
+  <value>60001</value>
+</property>
 </configuration>