Author: liyin Date: Thu May 16 19:20:06 2013 New Revision: 1483518 URL: http://svn.apache.org/r1483518 Log: [HBASE-8515] Fixing the AvatarNode port in the single node template
Author: gauravm Summary: The AvatarNode port is wrong in the single node template. This causes the HMaster to throw an exception when used in the single node mode. Test Plan: The HMaster started up successfully when started in a single node mode. Reviewers: liyintang, aaiyer, rshroff, adela, shaneh, manukranthk Reviewed By: adela CC: hbase-eng@, pritam Differential Revision: https://phabricator.fb.com/D805237 Task ID: 2376681 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=1483518&r1=1483517&r2=1483518&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:06 2013 @@ -48,7 +48,7 @@ --> <property> <name>hbase.rootdir</name> - <value>hdfs://localhost:9010/hbase-cluster</value> + <value>hdfs://localhost:9000/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
