How to find the status of MapReduce Job?

Big Data Hadoop

Hi Guys,

I have executed one MapReduce task. Now I want to find the status of the Job. How can I do that?

1
Answers

Replies

The status of the MapReduce job can be determined by running the Hadoop job command from the master node. Below is the command that can be used to run.


$HADOOP_HOME/bin/hadoop job -status <JOB-ID> 

 
 

If you want to unleash your potential in this competitive field, please visit the Big Data Hadoop course page for more information, where you can find the Big Data Hadoop tutorials and Big Data Hadoop frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.