Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

Reply To: Can anyone explain me how Container failure is handled for YARN MapReduce job?

$
0
0

Look out for yarn log directory where all logs are aggregated. you can find on hdfs location and depends on being which user you have submitted the job.
probably /user/hdfs/logs or /user/yarn/logs.

use the following command to check for errors
yarn logs -applicationId application_1406403419677_0007 -containerId container_1406403419677_007_01_00012 -nodeAddress

for listing application IDs:
yarn application -list

for more info:

http://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn/


Viewing all articles
Browse latest Browse all 3435

Trending Articles