Step1: download and extract the packages: http://mirror.bit.edu.cn/apache/hbase/stable/

Step2: set the environment variable(not must, just easy to start):

export HBASE_HOME = PATH TO YOUR HBASE;
export PATH=$PATH:$HBASE_HOME/bin
View Code

相关文章:

  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-07-02
  • 2021-07-17
  • 2021-08-24
猜你喜欢
  • 2021-05-23
  • 2021-11-27
  • 2021-10-18
  • 2021-11-27
  • 2021-12-05
相关资源
相似解决方案