Re: Issue HADOOP-8905

2013-05-10 Thread Andrew Wang
HBase has some nice metrics stuff that's not part of hadoop-common, including a nifty reservoir sampling histogram / stats class. Would definitely be nice to pull in. There's also the MutableQuantiles class in hadoop-common if you want to calculate a more accurate histogram. If you're looking for

Re: Issue HADOOP-8905

2013-05-10 Thread Steve Loughran
On 9 May 2013 20:39, wrote: > >> Unless there are existing bits of this stuff lurking somewhere in the >> Hadoop codebase that I haven't noticed, these could be copied into hadoop >> core. Reviewing the code as it is would be welcome >> >> https://github.com/**steveloughran/hadoop-trunk/** >> tre

Re: Issue HADOOP-8905

2013-05-09 Thread syates
Quoting Steve Loughran : On 8 May 2013 21:20, wrote: Hi Harsh, Thanks for responding, I would be interested in what the dev group had in mind for this and I also have a couple of additional queries ; I can see that a quick win for this would be to expose the existing Jetty statistics metri

Re: Issue HADOOP-8905

2013-05-09 Thread Steve Loughran
On 8 May 2013 21:20, wrote: > Hi Harsh, > > Thanks for responding, > > I would be interested in what the dev group had in mind for this and I > also have a couple of additional queries ; > > I can see that a quick win for this would be to expose the existing Jetty > statistics metrics within the

Re: Issue HADOOP-8905

2013-05-08 Thread steve
Hi Harsh, Thanks for responding, I would be interested in what the dev group had in mind for this and I also have a couple of additional queries ; I can see that a quick win for this would be to expose the existing Jetty statistics metrics within the jetty-management api/ Existing metric

Re: Issue HADOOP-8905

2013-05-08 Thread Harsh J
Hi Steve, Per my knowledge, no one is currently working on this or has planned to. The request is also unassigned so you can go right ahead! Do ping the common-dev@ with any review requests, or discussion requests, should no one respond to the JIRA comments in time. On Wed, May 8, 2013 at 4:19 A

Issue HADOOP-8905

2013-05-07 Thread syates
Hi Dev list, I am looking into implementing Add metrics for HTTP Server (HADOOP-8905) and would first like to seek clarification that no one else has covered this off to their knowledge within an existing JIRA or nobody has the intention to cover this off shortly. Kind Regards Steve