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

javascript - Knockout pushing observable and computed data to an observable array -

Trouble making a JSON string -

sitecore - Resolve ISitecoreService using SimpleInjector -