HBase not starting in standalone mode on Windows

冷暖自知 提交于 2019-12-11 03:51:08

问题


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?


回答1:


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%


来源:https://stackoverflow.com/questions/30203177/hbase-not-starting-in-standalone-mode-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!