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 stack: http://wiki.apache.org/lucene-hadoop/Hbase/10Minutes The comment on the change is: Improved text on hadoop.tmp.dir setting contributed by Holger Stenzhorn ------------------------------------------------------------------------------ 1. Checkout hadoop from [http://lucene.apache.org/hadoop/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 {{{hadoop-site.xml}}}: - 1. Set the hadoop tmp directory property, {{{hadoop.tmp.dir}}} + 1. If running on Windows/Cygwin, set the {{{hadoop.tmp.dir}}} property. If you do not set this variable, the value {{{/tmp/hadoop-${user.name}}}} from hadoop-default.xml is used. This does not work properly on Windows/Cygwin so you have to specify a Windows-formatted path such as {{{c:\tmp\hbase}}} 1. If running HDFS, set the default name {{{fs.default.name}}} to the namenode host-port URI (Otherwise, leave the default {{{file:///}}} value). 1. Edit hadoop-env.sh and define {{{JAVA_HOME}}} 1. If you are running HBase on top of HDFS: