dajobe / hbase-docker

HBase running in Docker
https://hub.docker.com/r/dajobe/hbase/
328 stars 189 forks source link

java expected but not installed #12

Open billsmith opened 8 years ago

billsmith commented 8 years ago

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

dajobe commented 7 years ago

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

ans1genie commented 9 months ago

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