hadoop - Hive command is giving error -
i have downloaded neccessary jar files. have changed .bashrc
configurations , have added classpath in hadoop-env.sh
. still giving below error:
exception in thread "main" java.lang.noclassdeffounderror: jline/argumentcompletor$argumentdelimiter
the missing class in exception part of jline-<version>.jar
. , jar included default under $hive_home/lib
directory.
check if missing jar in hive's classpath
. if yes, can download 1 here , add lib/
path of hive.
Comments
Post a Comment