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 JimKellerman: http://wiki.apache.org/lucene-hadoop/Hbase/10Minutes The comment on the change is: figure out what are minimal config changes needed ------------------------------------------------------------------------------ 1. Move the build hadoop-xx directory to where you want to run it, say ~/hadoop 1. Edit hadoop-site.xml: 1. Set the hadoop tmp directory ({{{hadoop.tmp.dir}}}) in hadoop-site.xml - 1. Set the default name ({{{fs.default.name}}}) to either a host-port URI if running on HDFS or to {{{file:///}}} if you are going to run on the local file system. + 1. Set the default name ({{{fs.default.name}}}) to a host-port URI if running on HDFS 1. Edit hadoop-env.sh and define {{{JAVA_HOME}}} 1. If you are running HBase on top of HDFS: 1. Format hadoop dfs through ~/hadoop/bin/hadoop namenode -format @@ -23, +23 @@ Set to -1 if you do not want the info server to run. </description> </property> - <property> - <name>hbase.master.info.port</name> - <value>60010</value> - <description>The port for the hbase master web UI - Set to -1 if you do not want the info server to run. - </description> - </property> - <property> - <name>hbase.regionserver</name> - <value>0.0.0.0:60020</value> - <description>The port for the hbase regionserver web UI - Set to -1 if you do not want the info server to run. - </description> - </property> - <property> - <name>hbase.regionserver.info.port</name> - <value>61030</value> - <description>The port for the hbase regionserver web UI - Set to -1 if you do not want the info server to run. - </description> - </property> - <property> <name>hbase.rootdir</name> <value>/hbase</value> <description>location of HBase instance in dfs</description>