Created 08-10-2016 09:12 AM
hi,every one!
I use shell command in hbase shell start hbase reset ,but fail . I need help! Thanks!
[root@t bin]# hbase reset start 8082
Error: Could not find or load main class reset
Created 08-10-2016 09:45 AM
Hi @pan bocun, I guess you want to start REST for hbase:
Use one of the following commands to start the REST server in the foreground or background. The port is optional, and defaults to 8080. # Foreground $ bin/hbase rest start -p <port> # Background, logging to a file in $HBASE_LOGS_DIR $ bin/hbase-daemon.sh start rest -p <port>
Reference: http://hbase.apache.org/book.html#_rest
Created 08-10-2016 09:18 AM
I don't know about any reset service in hbase, would you mind sharing the reference from where you read about it?
Created 08-10-2016 09:45 AM
Hi @pan bocun, I guess you want to start REST for hbase:
Use one of the following commands to start the REST server in the foreground or background. The port is optional, and defaults to 8080. # Foreground $ bin/hbase rest start -p <port> # Background, logging to a file in $HBASE_LOGS_DIR $ bin/hbase-daemon.sh start rest -p <port>
Reference: http://hbase.apache.org/book.html#_rest
Created 08-10-2016 10:12 AM
Thank you !Thank you !Thank you !