簡體   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