How to fix “Task attempt_201104251139_0295_r_000006_0 failed to report status for 600 seconds.”

后端 未结 5 836
栀梦
栀梦 2021-01-31 04:25

I wrote a mapreduce job to extract some info from a dataset. The dataset is users\' rating about movies. The number of users is about 250K and the number of movies is about 300k

5条回答
  •  渐次进展
    2021-01-31 05:05

    If you have hive query and its timing out , you can set above configurations in following way:

    set mapred.tasktracker.expiry.interval=1800000;

    set mapred.task.timeout= 1800000;

提交回复
热议问题