gpt4 book ai didi

java - Hadoop 作业 : Task fail to report status for 601 seconds

转载 作者:可可西里 更新时间:2023-11-01 14:18:09 26 4
gpt4 key购买 nike

在伪节点上运行 hadoop 作业时,任务失败并被杀死。错误:任务尝试_未能报告状态 601 秒

但相同的程序正在通过 Eclipse 运行(本地作业)。

任务:大约有 25K 个关键字,输出将是所有可能的组合(一次两个),即大约 25K * 25K 个整体

可能是什么问题?

最佳答案

由于某种原因,任务在您的伪节点上执行时没有进行。您可以增加 mapred-site.xml 中的设置“mapred.task.timeout”。mapred-default.xml中相同的默认值为:

 <property>
<name>mapred.task.timeout</name>
<value>600000</value>
<description>The number of milliseconds before a task will be
terminated if it neither reads an input, writes
an output, nor updates its status string.
</description>
</property>

关于java - Hadoop 作业 : Task fail to report status for 601 seconds,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9109177/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com