hbase-docker icon indicating copy to clipboard operation
hbase-docker copied to clipboard

java expected but not installed

Open billsmith opened this issue 9 years ago • 2 comments

I built this and ran it today. The container exits. The docker logs command shows this:

hbase thrift start logging to /data/logs/hbase-thrift.log hbase rest start logging to /data/logs/hbase-rest.log hbase master start logging to /data/logs/hbase-master.log /usr/bin/hbase: line 412: /usr/lib/jvm/java-7-openjdk-amd64/bin/java: No such file or directory

billsmith avatar Sep 09 '16 20:09 billsmith

I think I've fixed that because the java version updated to 8 in the default ubuntu latest image, so no java 7 -> fail.

dajobe avatar Dec 11 '16 02:12 dajobe

issue still happening :

2023-12-31 18:08:34 hbase thrift start logging to /data/logs/hbase-thrift.log
2023-12-31 18:08:34 hbase rest start logging to /data/logs/hbase-rest.log
2023-12-31 18:08:34 hbase master start logging to /data/logs/hbase-master.log
2023-12-31 18:08:34 /usr/bin/hbase: line 689: /usr/lib/jvm/java-8-openjdk-amd64/bin/java: No such file or directory
2023-12-31 18:09:03 hbase thrift start logging to /data/logs/hbase-thrift.log
2023-12-31 18:09:03 hbase rest start logging to /data/logs/hbase-rest.log
2023-12-31 18:09:03 hbase master start logging to /data/logs/hbase-master.log
2023-12-31 18:09:03 /usr/bin/hbase: line 689: /usr/lib/jvm/java-8-openjdk-amd64/bin/java: No such file or directory

ans1genie avatar Dec 31 '23 17:12 ans1genie