We have installed OpenJDK 6 and JAVA_HOME is currently pointing to it. I just installed hbase-0.94.0 and we are unable to start the HBase server (start-hbase.sh) as it is looking for Sun Java. How do I resolve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Kindly, paste your log details available inside your hbase folder. HBase will support open JDK 6 but it is preferable to use oracle jdk. Download Oracle JDK 1.6 and change the hbase-env.sh
JAVA_HOME=/usr/lib/jdk(Your Installed Java path).