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 udanax:
http://wiki.apache.org/lucene-hadoop/Hbase/10Minutes
------------------------------------------------------------------------------
}}}
1.#6 Go to the hbase build directory ~/hadoop/src/contrib/hbase
1. Start hbase with ~/hadoop/src/contrib/hbase/bin/start-hbase.sh (hbase logs are viewable
in ~/hadoop/logs by default)
- 1. Enter hbase shell with ~/hadoop/src/contrib/hbase/bin/hbase shell
+ 1. Enter hbase shell with ~/hadoop/src/contrib/hbase/bin/[:Hbase/HbaseShell: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. Avoid killing servers.
1. If you are running hbase on HDFS, stop the hadoop dfs with ~/hadoop/bin/stop-dfs.sh
|