Created 08-14-2018 11:17 PM
Hello, I just installed Hbase RegionServers to 2 of my datanodes. I'm getting the following error when I start them on HDP 3.0:
esource_management.core.exceptions.ExecutionFailed: Execution of '/usr/hdp/current/hbase-regionserver/bin/hbase-daemon.sh --config /usr/hdp/current/hbase-regionserver/conf start regionserver' returned 127. -bash: /usr/hdp/current/hbase-regionserver/bin/hbase-daemon.sh: No such file or directory
What am I missing?
I installed them through Ambari.
Created 08-14-2018 11:51 PM
In ambari UI --> Hosts (Tab) --> Specific Host link --> Install Clients button should install the clients.
However you can try the following command manually on the problematic host to see if it fixes your issue:
# yum reinstall hbase* -y
.
After the reinstall you should see the following Symlink & Directories:
# ls -l /usr/hdp/current/hbase-regionserver lrwxrwxrwx. 1 root root 27 Jul 21 08:14 /usr/hdp/current/hbase-regionserver -> /usr/hdp/3.0.0.0-1634/hbase
.
and
# ls -l /usr/hdp/3.0.0.0-1634/hbase total 20 drwxr-xr-x. 4 root root 4096 Aug 14 23:21 bin lrwxrwxrwx. 1 root root 25 Jul 21 08:15 conf -> /etc/hbase/3.0.0.0-1634/0 drwxr-xr-x. 2 root root 61 Jul 21 08:14 doc drwxr-xr-x. 3 root root 18 Jul 21 08:14 etc drwxr-xr-x. 7 root root 80 Jul 21 08:14 hbase-webapps drwxr-xr-x. 3 root root 20 Jul 21 08:14 include drwxr-xr-x. 6 root root 12288 Jul 21 08:16 lib drwxr-xr-x. 2 root root 19 Jul 21 08:14 logs drwxr-xr-x. 3 root root 18 Jul 21 08:14 man drwxr-xr-x. 2 root root 19 Jul 21 08:14 pids
.
Created 08-14-2018 11:45 PM
I think the issue is with a bad hbase-client install. What is the yum install arg to reinstall that?
Created 08-14-2018 11:51 PM
In ambari UI --> Hosts (Tab) --> Specific Host link --> Install Clients button should install the clients.
However you can try the following command manually on the problematic host to see if it fixes your issue:
# yum reinstall hbase* -y
.
After the reinstall you should see the following Symlink & Directories:
# ls -l /usr/hdp/current/hbase-regionserver lrwxrwxrwx. 1 root root 27 Jul 21 08:14 /usr/hdp/current/hbase-regionserver -> /usr/hdp/3.0.0.0-1634/hbase
.
and
# ls -l /usr/hdp/3.0.0.0-1634/hbase total 20 drwxr-xr-x. 4 root root 4096 Aug 14 23:21 bin lrwxrwxrwx. 1 root root 25 Jul 21 08:15 conf -> /etc/hbase/3.0.0.0-1634/0 drwxr-xr-x. 2 root root 61 Jul 21 08:14 doc drwxr-xr-x. 3 root root 18 Jul 21 08:14 etc drwxr-xr-x. 7 root root 80 Jul 21 08:14 hbase-webapps drwxr-xr-x. 3 root root 20 Jul 21 08:14 include drwxr-xr-x. 6 root root 12288 Jul 21 08:16 lib drwxr-xr-x. 2 root root 19 Jul 21 08:14 logs drwxr-xr-x. 3 root root 18 Jul 21 08:14 man drwxr-xr-x. 2 root root 19 Jul 21 08:14 pids
.