java - Not able to start start-hbase.sh -


i had java installed inside program files , while installing hbase in windows, reinstalled in c drive. when try start start-hbase.sh, points old path. had changed java_home , path , restarted machine. error when double-click start-hbase.sh:

/c/java/hbase-1.1.2/bin/hbase: line 400: /cygdrive/program files/java/jdk1.8.0_6 5/bin/java: no such file or directory /c/java/hbase-1.1.2/bin/hbase: line 400: /cygdrive/program files/java/jdk1.8.0_6 5/bin/java: no such file or directory starting master, logging c:\java\hbase-1.1.2/logs/hbase--master-tct-nb-j0g606 2.out c:\java\hbase-1.1.2/bin/hbase: line 400: /cygdrive/program files/java/jdk1.8.0_6 5/bin/java: no such file or directory

java installation directory here path:

c:\programdata\oracle\java\javapath;c:\program files\git\bin;c:\java\jdk1.8.0_66\bin;c:\cygwin64\bin;c:\apache-maven-3.3.9\bin;c:\protobuf;c:\program files\mysql\mysql server 5.7\bin;c:\program files (x86)\intel\icls client\;c:\program files\intel\icls client\;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;%systemroot%\system32\windowspowershell\v1.0\;c:\program files\intel\wifi\bin\;c:\program files\common files\intel\wirelesscommon\;c:\program files\intel\intel(r) management engine components\dal;c:\program files (x86)\intel\intel(r) management engine components\dal;c:\program files\intel\intel(r) management engine components\ipt;c:\program files (x86)\intel\intel(r) management engine components\ipt;%userprofile%.dnx\bin;c:\program files\microsoft dnx\dnvm\;c:\program files (x86)\mysql\mysql fabric 1.5 & mysql utilities 1.5\;c:\program files (x86)\mysql\mysql fabric 1.5 & mysql utilities 1.5\doctrine extensions php;c:\program files\mercurial;c:\go\bin;c:\program files\curl\bin;c:\program files (x86)\skype\phone\;c:\program files\microsoft windows performance toolkit\

this error when try start hbase using ./start-hbase.sh command:

cygpath: can't convert empty path error: not find or load main class org.apache.hadoop.hbase.util.hbaseconftool cygpath: can't convert empty path error: not find or load main class org.apache.hadoop.hbase.zookeeper.zkservertool starting master, logging c:\java\hbase-1.1.2/logs/hbase-ta-mx+user(9402)-master-tct-nb-j0g6062.out cygpath: can't convert empty path error: not find or load main class org.apache.hadoop.hbase.master.hmaster starting regionserver, logging c:\java\hbase-1.1.2/logs/hbase-ta-mx+user(9402)-1-regionserver-tct-nb-j0g6062.out cygpath: can't convert empty path error: not find or load main class org.apache.hadoop.hbase.regionserver.hregionserver

i see second part in other stackoverflow links, solutions did not work me (like setting unix path , using quotes)


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -