I was unable to configure the HBase standalone instance. Following are the steps I followed:
- Downloaded
hbase-0.98.9-hadoop2
and extracted it. - Set my
JAVA_HOME
in the environment variables. - Edited
conf/hbase-site.xml
and changed the configuration as mentioned in the Apache HBase quick start guide. - Ran the
bin/start-hbase.sh
and this error came up.
Can anyone tell me what I'm missing or doing wrong? Thanks