docker-hive
docker-hive copied to clipboard
Image fails to start
entrypoint.sh uses start-metastore
which does not exist in hive 3.1.2 causing the container to fail to start.
Hi, I am facing this issue. Was the issue got resolved?
use hive --service metastore
instead
i.e.
hive --service metastore -p 9083