Hi,
I am having difficulties starting HBase in linux.
Book’s instruction to amend the environmental variables file hbase-env.sh in HBase like this :
# Tell HBase whether it should manage its own instance of Zookeeper or not.
export HBASE_MANAGES_ZK=true
# The java implementation to use. Java 1.6 required.
export JAVA_HOME=/opt/ibm/biginsights/jdk
It also says :
In the listing, we’ve also set the JAVA_HOME environment variable to point to the IBM JDK we have on our system. You’ll have to make sure you set JAVA HOME to point to your chosen JDK.
I do not have IBM Biginsights in my opt folder. Biginsights is a commercial distro, not a freeware. As a result, I am having this error message when I try to start HBase :
[/URL][/IMG]
I tried to point it to /etc/java folder but it doesn’t work.
How should I solve this problem? Where else can I export Java Home to?
Thanks!
I am having difficulties starting HBase in linux.
Book’s instruction to amend the environmental variables file hbase-env.sh in HBase like this :
# Tell HBase whether it should manage its own instance of Zookeeper or not.
export HBASE_MANAGES_ZK=true
# The java implementation to use. Java 1.6 required.
export JAVA_HOME=/opt/ibm/biginsights/jdk
It also says :
In the listing, we’ve also set the JAVA_HOME environment variable to point to the IBM JDK we have on our system. You’ll have to make sure you set JAVA HOME to point to your chosen JDK.
I do not have IBM Biginsights in my opt folder. Biginsights is a commercial distro, not a freeware. As a result, I am having this error message when I try to start HBase :
I tried to point it to /etc/java folder but it doesn’t work.
How should I solve this problem? Where else can I export Java Home to?
Thanks!
