简体   繁体   中英

HBase not starting in standalone mode on Windows

I downloaded HBase 1.0.1 on my Windows machine and wasn't able to get it to start.

I got the following error message:

C:\Users\admin\Downloads\hbase-1.0.1>bin\start-hbase.cmd
Error: Could not find or load main class " "
ERROR: Could not determine the startup mode.

What's the problem here?

There's a problem in how it is forming the java arguments, specific to the memory options.

Work-around: Find the following line in hbase.cmd and REMOVE %HEAP_SETTINGS% .

set java_arguments=%HBASE_OPTS% -classpath "%CLASSPATH%" %CLASS% %hbase-command-arguments%

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM