You need to use the RunningJob (old API) or Job (new API) object, and use those to get the Mapper & Reducer statuses. They return it as a double, 0.0 to 1.0.
--Aaron ________________________________________ From: [email protected] [mailto:[email protected]] Sent: Monday, May 23, 2011 3:44 PM To: [email protected] Subject: Printing the job status on the client side Hello all, How do I print the job status of each job on the client with the % complete. I am invoking the hadoop jobs using the java client (not hadoop cli) and I am not seeinf the map and reduce job status on the command line. Is there a property that I can set in the Configuration? Praveen
