Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by SebastienRainville: http://wiki.apache.org/lucene-hadoop/Hbase/10Minutes ------------------------------------------------------------------------------ 1. Edit hbase-site.xml: {{{ <configuration> + <property> + <name>hbase.master</name> + <value>localhost:60000</value> + <description>The host and port that the HBase master runs at</description> + </property> + <property> <name>hbase.rootdir</name> <value>/hbase</value>