Re: Getting Reduce Output Bytes

2008-11-25 Thread Lohit
Thanks sharad and paco. Lohit On Nov 25, 2008, at 5:34 AM, "Paco NATHAN" <[EMAIL PROTECTED]> wrote: Hi Lohit, Our teams collects those kinds of measurements using this patch: https://issues.apache.org/jira/browse/HADOOP-4559 Some example Java code in the comments shows how to access the data

Re: Getting Reduce Output Bytes

2008-11-25 Thread Paco NATHAN
Hi Lohit, Our teams collects those kinds of measurements using this patch: https://issues.apache.org/jira/browse/HADOOP-4559 Some example Java code in the comments shows how to access the data, which is serialized as JSON. Looks like the "red_hdfs_bytes_written" value would give you that. Be

Re: Getting Reduce Output Bytes

2008-11-25 Thread Sharad Agarwal
Is there an easy way to get Reduce Output Bytes? Reduce Output bytes not available directly but perhaps can be inferred from File system Read/Write bytes counters.