HBase not starting in standalone mode on Windows HBase not starting in standalone mode on Windows hadoop hadoop

HBase not starting in standalone mode on Windows


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%