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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -