.hadoop.util.RunJar.run(RunJar.java:221)
? ? at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
错误原因:
Hive has upgraded to Jline2 but jline 0.94 exists in the Hadoop lib.1
解决方案(Hive on Spark Getting Started):
1.Delete jline from the Hadoop lib directory (it's only pulled in transitively from ZooKeeper).
2.export HADOOP_USER_CLASSPATH_FIRST=true