[
https://issues.apache.org/jira/browse/AMBARI-7816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174600#comment-14174600
]
Hudson commented on AMBARI-7816:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #6 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/6/])
AMBARI-7816. hive CLI not starting on HDP-2.2 when hive engine is TEZ
(dlysnichenko) (dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ad99289698452fe168e203d6423d9850dcc83576)
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/install_jars.py
> hive CLI not starting on HDP-2.2 when hive engine is TEZ
> --------------------------------------------------------
>
> Key: AMBARI-7816
> URL: https://issues.apache.org/jira/browse/AMBARI-7816
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 1.7.0
>
> Attachments: AMBARI-7816.patch
>
>
> On stack 2.2 set hive.execution.engine=tez
> try to start hive command line util:
> {code}
> [root@c6501 ~]# hive
> Logging initialized using configuration in
> file:/etc/hive/conf/hive-log4j.properties
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/usr/hdp/2.2.0.0-917/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/usr/hdp/2.2.0.0-917/hive/lib/hive-jdbc-0.14.0.2.2.0.0-917-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/tez/dag/api/SessionNotRunning
> at
> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:451)
> at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:672)
> at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:616)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.tez.dag.api.SessionNotRunning
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> ... 9 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)