Sunday, May 31, 2015

Cygwin64 Terminal #1 - HBase Server [Run As Administrator]


aravindpc@aravindpc ~
$ net start sshd
The CYGWIN sshd service is starting.
The CYGWIN sshd service was started successfully.

aravindpc@aravindpc ~
$ ssh cyg_server@localhost
  cyg_server@localhost's password:

cyg_server@aravindpc ~
$ cd /usr/local/hbase-1.0.1.1/

cyg_server@aravindpc /usr/local/hbase-1.0.1.1
$ ./bin/start-hbase.sh
cygpath: can't convert empty path
cygpath: can't convert empty path
2015-05-31 18:02:06,333 ERROR [main] util.Shell: Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.

cyg_server@aravindpc /usr/local/hbase-1.0.1.1
$ ./bin/stop-hbase.sh
stopping hbase.................

cyg_server@aravindpc /usr/local/hbase-1.0.1.1
$ net stop sshd
The CYGWIN sshd service is stopping.
The CYGWIN sshd service was stopped successfully.

cyg_server@aravindpc /usr/local/hbase-1.0.1.1
$ logout
Connection to localhost closed.

aravindpc@aravindpc ~
$ exit

No comments:

Post a Comment