Re: How to use SKIP_SCHEMA_INIT=TRUE from command line

2023-12-22 Thread Sanjay Gupta
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

Re: Hive 3.1.3 Hadoop Compatability

2023-12-22 Thread Austin Hackett
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

Re: How to use SKIP_SCHEMA_INIT=TRUE from command line

2023-12-22 Thread Akshat m
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

Re: Hive 3.1.3 Hadoop Compatability

2023-12-22 Thread Ayush Saxena
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