Hi, To get a number of reduce_output_records, I was write code as:
long rows = rJob.getCounters().findCounter( "org.apache.hadoop.mapred.Task$Counter", 8, "REDUCE_OUTPUT_RECORDS") .getCounter(); I want to know other method to get it since findCounter(String group, int id, String name) is deprecated. -- Best regards, Edward J. Yoon [EMAIL PROTECTED] http://blog.udanax.org