Hive1.1.0 startup error reporting Missing Hive Execution Jar: lib/hive-exec-*.jar

hive Start Times the following error message .net

[root@master bin]# hive
get

Missing Hive Execution Jar: /data0/hive/hive1.2.1/lib/hive-exec-*.jar io

Solution: ast

One, check the /etc/profile file configuration cli

Is the $HIVE_HOME configuration correctly configured

export HIVE_HOME=/data0/hive/hive1.2.1
file

export PATH=.:$HIVE_HOME/bin:$PATH meta

Is there a hive-exec under $ HIVE_HOME / lib – * jar and other jar package: two, check. Download

If not, download a  hive-exec file

Error message:

[root@master lib]# hive

Missing Hive MetaStore Jar

Download the jar package: hive-metastore-1.1.0 and upload it to $HIVE_HOME/lib

Error message:

[root@master lib]# hive

Missing Hive CLI Jar

Download the jar package: hive-cli.jar package

If the same error is reported after uploading, try adding the package name to the version number, for example: hive-cli.jar –> hive-cli-1.1.0.jar

Similar Posts: