Skip to content

Instantly share code, notes, and snippets.

@jieniu
Last active May 30, 2016 09:28
Show Gist options
  • Save jieniu/f87c6787ef125592dba019e26f406286 to your computer and use it in GitHub Desktop.
Save jieniu/f87c6787ef125592dba019e26f406286 to your computer and use it in GitHub Desktop.
单机HBase运行thrift server
  1. 运行hbase时不会运行thrift server
  2. $HBASE_HOME/conf/hbase-site.xml下不要设置thrift端口为9090,不然默认的thrift起不来
  3. 运行hbase+thrift,thrift1会被弃用,建议使用thrift2

  start-hbase.sh
  hbase-daemon.sh start thrift2 
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment