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 2010/07/15 10:00:18 UTC

[Hadoop Wiki] Update of "Hbase/Stargate" by Thomas Klughardt

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)>>