Dear All Friends I install Hbase in standalone mode in my laptop (Ubuntu 11.10) . I want to use Restful API to programming. So I read this link :
http://wiki.apache.org/hadoop/Hbase/Stargate so when I run the following command : ./bin/hbase rest start the command execution stop at last line as shown below: 12/03/09 00:21:26 INFO util.VersionInfo: HBase 0.92.0 12/03/09 00:21:26 INFO util.VersionInfo: Subversion https://svn.apache.org/repos/asf/hbase/branches/0.92 -r 1231986 12/03/09 00:21:26 INFO util.VersionInfo: Compiled by jenkins on Mon Jan 16 13:16:35 UTC 2012 12/03/09 00:21:27 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=rest, sessionId=main 12/03/09 00:21:27 INFO hbase.metrics: new MBeanInfo 12/03/09 00:21:27 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog 12/03/09 00:21:27 INFO mortbay.log: jetty-6.1.26 12/03/09 00:21:27 INFO mortbay.log: Started [email protected]:8080 what is my problem, please advice me!
