繁体   English   中英

无法使用TEZ执行引擎启动配置单元

[英]Unable to start hive using tez execution engine

我正在使用Hadoop 2.7.3版本和蜂巢1.2.1版本。 我在使用tez引擎时遇到蜂巢问题。 是否有任何设置错误或其他类型的错误?

使用jar:file:/usr/local/hive/lib/hive-common-1.2.1.jar!/hive-log4j.properties中的配置初始化日志记录

SLF4J:类路径包含多个SLF4J绑定。 SLF4J:在[jar:file:/home/hduser/tez/tez/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定

SLF4J:在[jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]中找到绑定

SLF4J:有关说明,请参见http://www.slf4j.org/codes.html#multiple_bindings

SLF4J:实际绑定的类型为[org.slf4j.impl.Log4jLoggerFactory]

线程“主”中的异常java.lang.RuntimeException:org.apache.tez.dag.api.SessionNotRunning:TezSession已关闭。

应用程序application_1568628322588_0002因AM的appattempt_1568628322588_0002_000002的AM容器而失败了两次,并退出了exitCode:1有关更详细的输出,请检查应用程序跟踪页面: http:// rohan-VirtualBox:8088 / cluster / app / application_1568628322588_0002然后,单击每次尝试日志的链接。

诊断:容器启动异常。

容器编号:container_1568628322588_0002_02_000001退出代码:1

堆栈跟踪:ExitCodeException exitCode = 1:在org.apache.hadoop.util.Shell.runCommand(Shell.java:582)在org.apache.hadoop.util.Shell.run(Shell.java:479)在org.apache org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:212)在org.apache.hadoop.yarn.server的.hadoop.util.Shell $ ShellCommandExecutor.execute(Shell.java:773) org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82)上的.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:302)在java.util.concurrent Java的.FutureTask.run(FutureTask.java:266)在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)在java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:624)在java。 lang.Thread.run(Thread.java:748)

这可能类似于由于AM容器导致应用程序两次失败:使用exitCode:1退出

本质上,您粘贴的代码不包含实际的错误代码-因此我们对此无能为力。 您需要通过转到资源管理器并查看那里的日志来找到确切的错误消息。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM