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 BryanDuxbury: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseRest ------------------------------------------------------------------------------ + + = Starting the Servlet = + + {{{ + cd $HBASE_HOME + bin/hbase org.apache.hadoop.hbase.rest.Dispatcher + }}} + + --help gives you the options. + + = Request Spec = + This is a the spec for the Hbase-REST API done under the aegis of [https://issues.apache.org/jira/browse/HADOOP-2068 HADOOP-2068]. At the end of this document you can find some examples using curl exercising the API. == System Information ==