tez上的配置单元,当设置Hive.tez.container.size=2048时,查询失败,容器退出,退出代码为非零1

tez上的配置单元,当设置Hive.tez.container.size=2048时,查询失败,容器退出,退出代码为非零1,hive,Hive,无法将hive.tez.container.size设置为mapreduce.map.memory.mb的两倍。以下是详细错误消息: ***Container exited with a non-zero exit code 1 ]], TaskAttempt 2 failed, info=[Container container_1449486079177_5311_01_000061 finished with diagnostics set to [Container failed, ex

无法将hive.tez.container.size设置为mapreduce.map.memory.mb的两倍。以下是详细错误消息:

***Container exited with a non-zero exit code 1
]], TaskAttempt 2 failed, info=[Container container_1449486079177_5311_01_000061 finished with diagnostics set to [Container failed, exitCode=1. Exception from container-launch.
Container id: container_1449486079177_5311_01_000061
Exit code: 1
Stack trace: ExitCodeException exitCode=1: 
    at org.apache.hadoop.util.Shell.runCommand(Shell.java:538)
    at org.apache.hadoop.util.Shell.run(Shell.java:455)
    at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:702)
    at org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor.launchContainer(LinuxContainerExecutor.java:290)
    at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:299)
    at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:81)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
Shell output: main : command provided 1
main : user is nobody
main : requested yarn user is hadoop***

你检查过那个集装箱的纱线记录了吗?还有AppMaster(容器#1)的纱线日志?当我使用命令“纱线日志-applicationId application_1449486079177_5311_01_000061”检查纱线日志时,我得到了错误提示:'Container:Container_1449486079177_5311_01_000098 on*_8041==========================================================================================================================================日志类型:stderr日志长度:50日志内容:错误:找不到或加载主类:Xmx1700m日志内容:,我知道这一点,因为我设置了运行的“hive.tez.java.opts”,而不是“hive.tez.container.size”。非常感谢。然后你可以将我的评论标记为“有用的评论”:-)你检查了该容器的纱线日志了吗?还有AppMaster(容器#1)的纱线日志?当我使用命令“纱线日志-applicationId application_1449486079177_5311_01_000061”检查纱线日志时,我得到了错误提示:'Container:Container_1449486079177_5311_01_000098 on*_8041==========================================================================================================================================日志类型:stderr日志长度:50日志内容:错误:找不到或加载主类:Xmx1700m日志内容:,我知道这一点,因为我设置了运行的“hive.tez.java.opts”,而不是“hive.tez.container.size”。非常感谢。然后您可以将我的评论标记为“有用的评论”:-)