Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by ChristopheTaton: http://wiki.apache.org/hadoop/Hbase/10Minutes ------------------------------------------------------------------------------ Here are the steps involved checking out hbase and making it run. Takes about ten minutes. - 1. Checkout hadoop from [http://lucene.apache.org/hadoop/version_control.html svn] and compile with ant: {{{% ant clean jar compile-contrib}}}. + 1. Checkout hadoop from [http://hadoop.apache.org/core/version_control.html svn] and compile with ant: {{{% ant clean jar compile-contrib}}}. 1. Optionally, move the hadoop build directory to wherever you want to run hbase from, say to {{{~/hadoop}}} 1. Edit {{{conf/hadoop-site.xml}}}: 1. If running HDFS, set the default name {{{fs.default.name}}} to the namenode host-port URI (Otherwise, leave the default {{{file:///}}} value).
