./bin/start-hbase.sh
./bin/hbase-daemon.sh start thrift
本文介绍如何使用shell脚本启动HBase服务及Thrift接口。通过两个命令 ./bin/start-hbase.sh 和 ./bin/hbase-daemon.sh start thrift, 可以快速启动HBase集群并开启Thrift服务。
./bin/start-hbase.sh
./bin/hbase-daemon.sh start thrift

被折叠的 条评论
为什么被折叠?