89035/how-to-find-the-status-of-mapreduce-job
Hi Guys,
I have executed one MapReduce task. Now I want to find the status of the Job. How can I do that?
Hi@akhtar,
You can run the Hadoop Job command from your master node. It will show the status of the Job as shown below.
$HADOOP_HOME/bin/hadoop job -status <JOB-ID>
Hi, You can use this command given below: Syntax: $ ...READ MORE
Hi, You can use this command to the ...READ MORE
Hi, You can check this example to see ...READ MORE
If you set number of reducers as ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Hi@akhtar, You can use Hadoop file system command to ...READ MORE
Hi@akhtar, You can see the report of Hadoop Cluster ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.