Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

mapreduce wordcount program got stuck

avatar
New Contributor

Sunanna_0-1674712912346.png

Earlier it was working. I got output. But now it got stuck. Earlier I'm not able to kill that job, it shows your job already succeeded.  

1 REPLY 1

avatar
Expert Contributor

@Sunanna 

Validate the job status using below command.

hadoop job -status <hadoop_job_id>
yarn application -status <hadoop_application_id>


Depends upon the status validate the logs using below ,  If needed validate the Jstack of the child tasks for better understanding. 

yarn logs -applicationId <applicationId>