./start-hbase.sh不是在单机上启动的

ht4b089n  于 2021-06-02  发布在  Hadoop
关注(0)|答案(2)|浏览(350)
root@sujit-pc:/usr/local/hbase/bin# ./start-hbase.sh
./start-hbase.sh: line 48: /usr/local/hbase/bin/hbase: Permission denied
./start-hbase.sh: line 55: /usr/local/hbase/bin/hbase-daemons.sh: Permission denied
./start-hbase.sh: line 56: /usr/local/hbase/bin/hbase-daemon.sh: Permission denied
./start-hbase.sh: line 57: /usr/local/hbase/bin/hbase-daemons.sh: Permission denied
./start-hbase.sh: line 59: /usr/local/hbase/bin/hbase-daemons.sh: Permission denied
root@sujit-pc:/usr/local/hbase/bin#

我想,有一些许可问题。但我已经是根了

1mrurvl1

1mrurvl11#

chmod 777 ./start-hbase.sh 允许所有用户进行r/w访问。 chmod +x ./start-hbase.sh 使脚本可执行。

n8ghc7c1

n8ghc7c12#

抱歉,我无法发表评论,因为代表少于50人。ls-l start-hbase.sh返回什么?
顺便说一句,看看hbase不运行后。/start-hbase.sh-权限被拒绝?

相关问题