Ended Job = job_local644049657_0014 with errors Error during job, obtaining debugging information

谁说胖子不能爱 提交于 2019-12-25 16:42:28

问题


How to find the log file

Please guide

I have checked in the url of Resouce manager. But i didnt find any log file

This is the complete error

Query ID = hadoop_20170325120040_d54d136a-1904-4af9-8f8d-4167343db072 Total jobs = 1 Launching Job 1 out of 1 Number of reduce tasks is set to 0 since there's no reduce operator Job running in-process (local Hadoop) 2017-03-25 12:00:42,954 Stage-0 map = 0%, reduce = 0% Ended Job = job_local644049657_0014 with errors Error during job, obtaining debugging information...

FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask MapReduce Jobs Launched: Stage-Stage-0: HDFS Read: 0 HDFS Write: 0 FAIL Total MapReduce CPU Time Spent: 0 msec

I will share the configuration of my resource manager

Yarn-site.xml

<configuration>
  <property>
    <name>yarn.resourcemanager.address</name>
    <value>impc2362.htcitmr:8022</value>
  </property>
  <property>
    <name>yarn.resourcemanager-scheduler.address</name>
    <value>impc2362.htcitmr:8021</value>
  </property>
</configuration>

Do i need to add any other property apart from the above given properties?

Please help


回答1:


yarn logs --applicationId <application_id_of_your_job>


来源:https://stackoverflow.com/questions/43013292/ended-job-job-local644049657-0014-with-errors-error-during-job-obtaining-debu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!