I’m very new in ssh world. It’s the first time I use Cygwin. I do it by using this man hbase installing When I Start HBase using the command ./bin/start-hbase.sh, got this error:
I create a link to jre home in c:\cygwin\jre7 And set it in ./conf/hbase-env.sh as java home:
# The java implementation to use. Java 1.7+ required.
export JAVA_HOME=/jre7
and test java by this command:
then why I got this error and how can I fix it?
You've got your
start-hbase.sh
inDOS
EOL, just convert it toUNIX
EOL.