0 votes
in Hadoop by
what are the different  Job control options specified by MapReduce.

1 Answer

0 votes
by

As the MapReduce framework provides its support to chained operations wherein an input of one map job serves as the output for another, there is a requirement of the job controls to govern and work with these complex operations.

The various job control options are:

Job.submit() : The Job.submit() is used to submit the job to the cluster and immediately return.

Job.waitforCompletion(boolean) : Job.waitforCompletion(boolean) is used to submit the job to the cluster and wait till it is completed.

Related questions

0 votes
asked Feb 17, 2023 in Hadoop by sharadyadav1986
0 votes
0 votes
asked Jun 20, 2023 in HDFS by Robin
...