Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/Stargate" page has been changed by stack. http://wiki.apache.org/hadoop/Hbase/Stargate?action=diff&rev1=8&rev2=9 -------------------------------------------------- = Stargate = - This package provides "Stargate" -- a RESTful Web service front end for HBase. + Stargate is the name of the REST server bundled with HBase. == Table Of Contents == 1. [[#2|Deployment]] @@ -21, +21 @@ Start the embedded Jetty servlet container: In the foreground: - {{{ % ./bin/hbase org.apache.hadoop.hbase.stargate.Main -p <port> }}}<<BR>><<BR>> + {{{ % ./bin/hbase rest start -p <port> }}}<<BR>><<BR>> where <port> is optional, and is the port the connector should listen on. (Default is 8080.)<<BR>> - In the background: + In the background (with output directed to its own log under $HBASE_LOGS_DIR): - {{{ % ./bin/hbase-daemon.sh start org.apache.hadoop.hbase.stargate.Main -p <port>}}} <<BR>><<BR>> + {{{ % ./bin/hbase-daemon.sh start rest -p <port>}}} <<BR>><<BR>> where <port> is optional, and is the port the connector should listen on. (Default is 8080.) + To stop: - or - - {{{ % ./bin/hbase-daemon.sh start rest}}} + {{{ % ./bin/hbase-daemon.sh stop rest }}} <<Anchor(2)>> == Representational State Transfer ==
