Hi I'm trying to run HBase in distributed mode. I am facing a problem while connecting to HRegionservers listed in the conf/regionservers file.
After executing the command bin/start-hbase.sh localhost.localdomain: starting zookeeper, logging to /home/abhilash/study/sem7/ Cloud-Computing/proj/hbase/bin/../logs/hbase-abhilash-zookeeper- localhost.localdomain.out starting master, logging to /home/abhilash/hbase/bin/../logs/hbase-abhilash-master-localhost.localdomain.out 10.2.8.134: starting regionserver, logging to /home/abhilash/hbase/bin/../logs/hbase-abhilash-regionserver-localhost.localdomain.out [email protected]: bash: line 0: cd: /home/abhilash/hbase/bin/..: No such file or directory [email protected]: bash: /home/abhilash/hbase/bin/hbase-daemon.sh: No such file or directory In the above it was trying to connect to the server 192.168.36.158 but it is giving the an error that no such file exists. HBASE_HOME is /home/abhilash/hbase I wasnot able to understand what the problem is? Help me with this. Regards Aswarth
