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 Thomas Klughardt. The comment on this change is: Deprecated calls. http://wiki.apache.org/hadoop/Hbase/Stargate?action=diff&rev1=6&rev2=7 -------------------------------------------------- Start the embedded Jetty servlet container: In the foreground: - {{{ % ./bin/hbase org.apache.hadoop.hbase.rest.Main -p <port> }}}<<BR>><<BR>> + {{{ % ./bin/hbase org.apache.hadoop.hbase.stargate.Main -p <port> }}}<<BR>><<BR>> where <port> is optional, and is the port the connector should listen on. (Default is 8080.)<<BR>> In the background: - {{{ % ./bin/hbase-daemon.sh start org.apache.hadoop.hbase.rest.Main -p <port>}}} <<BR>><<BR>> + {{{ % ./bin/hbase-daemon.sh start org.apache.hadoop.hbase.stargate.Main -p <port>}}} <<BR>><<BR>> where <port> is optional, and is the port the connector should listen on. (Default is 8080.) <<Anchor(2)>>
