iiwen

 

打开数据库 

bin/start-hbase.sh  //打开HBase
bin/hbase shell //以命令行的方式打开Hbase控制台

 

Rest接口开启

bin/hbase rest    //普通的启动Rest接口 

bin/hbase rest &   //以后台运行的形式开启Rest接口
 
bin/hbase rest start -p 9999   //普通的启动Rest接口 并且监控9999端口  可以直接访问  localhost:9999 来查看HBase状态

 

用户和权限

hbase shell> whoami   //查看当前用户

 

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-12-10
  • 2021-12-25
  • 2021-12-10
  • 2021-12-10
  • 2021-12-10
  • 2021-12-08
  • 2021-12-25
猜你喜欢
  • 2021-10-14
  • 2021-12-10
  • 2021-11-07
  • 2021-12-10
  • 2021-12-10
  • 2021-11-04
相关资源
相似解决方案