Thanks, it solves issue. Much appreciated.
Thanks
Sanjay Gupta
From: Akshat m
Sent: Friday, December 22, 2023 5:55:38 AM
To: user@hive.apache.org
Subject: Re: How to use SKIP_SCHEMA_INIT=TRUE from command line
Hi Sanjay,
Instead of using --env SKIP_SCHEMA_INI
Many thanks for clarifying Ayush - much appreciated
> On 22 Dec 2023, at 08:41, Ayush Saxena wrote:
>
> Ideally the hadoop should be on 3.1.0 only, that is what we support,
> rest if there are no incompatibilities it might or might not work with
> higher versions of hadoop, we at "hive" don't
Hi Sanjay,
Instead of using --env SKIP_SCHEMA_INIT=TRUE,
Please use --env IS_RESUME="true" while running,
docker run -it -d -p 9083:9083 --env SERVICE_NAME=metastore
--add-host=host.docker.internal:host-gateway \
--env IS_RESUME="true" \
--env DB_DRIVER=mysql \
--env
SERVICE_OPTS
Ideally the hadoop should be on 3.1.0 only, that is what we support,
rest if there are no incompatibilities it might or might not work with
higher versions of hadoop, we at "hive" don't claim that it can work,
mostly it will create issues with hadoop-3.3.x line due to thirdparty
libs and stuff like