adspace
Which object can be used to get the progress of a particular job
Answer Posted / Shashi Kant Maral
"The JobProgressMonitor class can be used to monitor the progress of a Hadoop MapReduce job. It provides information such as the number of completed and total maps, reduces, input and output bytes, and running time. You can use it in combination with JobClient or YARN's JobHistoryServer API depending on your Hadoop version.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers