Thanks Mike. Upon starting it from testdata by modifying the path to that of the separate instance was able to start successfully the Hiveserver (&metastore).
Looking to tell Impala cluster startup to use this Hive instance instead of it's own. Where do I comment it's own hive startup and configure to use the separate instance that we are running. Thanks, JAK On Tue, Mar 28, 2023 at 9:03 PM Michael Smith <michael.sm...@cloudera.com> wrote: > This is how we start just hive metastore: > https://github.com/apache/impala/blob/master/testdata/bin/run-hive-server.sh#L133-L134 > > On Tue, Mar 28, 2023 at 5:37 AM Arun J <mail....@gmail.com> wrote: > >> I am trying to setup Impala (4.2) cluster with its dependencies installed >> separately from released versions of zookeeper, Hadoop, HBase & Hive as >> against using from the pre-packaged one with impala. >> >> Have installed and configured Hive 3.1.1 and able to login to hive >> shell. While starting impala node with this external hive version it fails >> with mr execution engine start failed. (have set mr as engine). >> >> Is there a way to disable the hive execution engine completely as I >> understand the Impala needs only hive metastore and not its execution >> engine. To only run the hiveserver and metastore server without the >> execution engine (or gateway) >> >> Thanks in advance, >> JAK >> >