./start-hbase.sh 不是独立启动的

./start-hbase.sh is not starting on stand alone

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# 

我认为存在一些权限问题。但我已经在 root

抱歉,我无法发表评论,因为代表少于 50 人。 ls -l start-hbase.sh return 是什么?

顺便看看 HBase does not run after ./start-hbase.sh - Permission Denied?

chmod 777 ./start-hbase.sh 允许所有用户 r/w 访问。

chmod +x ./start-hbase.sh 使脚本可执行。