hbase-docker
hbase-docker copied to clipboard
java expected but not installed
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
I think I've fixed that because the java version updated to 8 in the default ubuntu latest image, so no java 7 -> fail.
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