You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/23 09:00:30 UTC

[Lucene-hadoop Wiki] Update of "Hbase/10Minutes" by stack

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:
First time add

New page:
Here are the steps involved checking out hbase and making it run:

 1. Download hadoop from svn, untar to directory say ~/hadooptrunk and compile through ant.
 1. Move the build hadoop-xx directory to where you want to run it, say ~/hadoop
 1. Set the hadoop tmp directory in hadoop-site.xml  (as default all other variables should be file)
 1. Format hadoop dfs through  ~/hadoop/bin/hadoop namenode -format
 1. Start the dfs through ~/hadoop/bin/start-dfs.sh  (logs are viewable in ~/hadoop/logs by default, don't need mapreduce for hbase)
 1. Go to the hbase build directory ~/hadoop/src/contrib/hbase
 1. Hbase default values are fine for now, start hbase with ~/hadoop/src/contrib/hbase/bin/start-hbase.sh (logs are viewable in ~/hadoop/logs by default)
 1. Enter hbase shell with ~/hadoop/src/contrib/hbase/bin/hbase shell
 1. Have fun with Hbase
 1. Stop the hbase servers with ~/hadoop/src/contrib/hbase/bin/stop-hbase.sh.  Wait until the servers are finished stopping.
 1. Stop the hadoop dfs with ~/hadoop/bin/stop-dfs.sh

>>From an list posting by Dennis Kubes, Sun, 21 Oct 2007 23:09:46 -0500.