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

Image fails to start

Open 0xc0deface opened this issue 3 years ago • 2 comments

entrypoint.sh uses start-metastore which does not exist in hive 3.1.2 causing the container to fail to start.

0xc0deface avatar Feb 09 '22 02:02 0xc0deface

Hi, I am facing this issue. Was the issue got resolved?

lohithalla avatar Oct 18 '22 15:10 lohithalla

use hive --service metastore instead

i.e.

hive --service metastore -p 9083

whitleykeith avatar Dec 16 '22 21:12 whitleykeith