开启和关闭HBase的thrift进程

开启

$HBASE_HOME/bin/hbase-daemon.sh start thrift

[hadoop@bigdatamaster hbase]$ jps
3543 ThriftServer
17407 NameNode
3101 QuorumPeerMain
19101 Jps
17735 ResourceManager
17563 SecondaryNameNode

关闭

$HBASE_HOME/bin/hbase-daemon.sh stop thrift

原文地址:https://www.cnblogs.com/wpcnblog/p/9167064.html