KWON BYUNGCHANG created OOZIE-2409:
--------------------------------------

             Summary: hive2 action with hive 1.2.1 failed
                 Key: OOZIE-2409
                 URL: https://issues.apache.org/jira/browse/OOZIE-2409
             Project: Oozie
          Issue Type: Bug
          Components: build
    Affects Versions: 4.2.0
            Reporter: KWON BYUNGCHANG
            Priority: Minor


hive2 action with hive 1.2.1 failed.

stack trace
{code}
015-11-26 15:47:39,141  WARN Hive2ActionExecutor:523 - SERVER[myhost.com] 
USER[myuser] GROUP[-] TOKEN[] APP[test] 
JOB[0000401-151125114930017-oozie-irte-W] 
ACTION[0000401-151125114930017-oozie-irte-W@HIVEJOB] Launcher exception: 
jline/console/history/History
java.lang.NoClassDefFoundError: jline/console/history/History
        at 
org.apache.oozie.action.hadoop.Hive2Main.runBeeline(Hive2Main.java:240)
        at org.apache.oozie.action.hadoop.Hive2Main.run(Hive2Main.java:223)
        at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:47)
        at org.apache.oozie.action.hadoop.Hive2Main.main(Hive2Main.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{code}

hive 1.2.1 need to jline-2.12.jar.
But hive2 shareblib has jline-0.9.94.jar.

jline-0.9.94.jar does not have jline/console/history/History class.

I have changed {{sharelib/hive2/pom.xml}} temporarily.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to