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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -