配置HBase环境变量的时候写错了,写成了如下:

[error]The command could not be located because '/usr/bin' is not included

之后便报错

[error]The command could not be located because '/usr/bin' is not included

解决:

系统命令找不到时,通常是路径不对,直接在命令行用全路径即可,配置环境变量时,加入自己的环境变量,还要附带上之前的变量。如最后加上:$PATH

如下,带入完整路径即可编辑,然后输入正确的环境变量,再重启就正常了

[error]The command could not be located because '/usr/bin' is not included

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-05-12
  • 2021-10-02
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-04-26
  • 2021-09-11
  • 2021-04-25
相关资源
相似解决方案