Automatic tool for QA checks

2010-07-26 Thread Jorge Rodrigez
Hi, I am interested what tools do you use for this QA report [1] for each commit ? I guess there is a SVN commit hook that triggers the tool. I'd like to use it in my company if it is open source. Cheers Jorge 1. Hadoop QA commented on HADOOP-6871: --- -1 overall

Re: Automatic tool for QA checks

2010-07-26 Thread Hemanth Yamijala
Hi, > I am interested what tools do you use for this QA report [1] for each commit > ? > I guess there is a SVN commit hook that triggers the tool. > I'd like to use it in my company if it is open source. > Hudson (http://hudson-ci.org/) is the continuous integration system used. In the hadoop-co

Re: Automatic tool for QA checks

2010-07-26 Thread Jorge Rodrigez
Thank you, Hemanth! I'll try to find out how to integrate it here. On Mon, Jul 26, 2010 at 1:17 PM, Hemanth Yamijala wrote: > Hi, > > > I am interested what tools do you use for this QA report [1] for each > commit > > ? > > I guess there is a SVN commit hook that triggers the tool. > > I'd like

[jira] Created: (HADOOP-6881) The efficient comparators aren't always used except for BytesWritable and Text

2010-07-26 Thread Owen O'Malley (JIRA)
The efficient comparators aren't always used except for BytesWritable and Text -- Key: HADOOP-6881 URL: https://issues.apache.org/jira/browse/HADOOP-6881 Project: Hadoop Commo

[jira] Created: (HADOOP-6882) Update the patch level of Jetty

2010-07-26 Thread Owen O'Malley (JIRA)
Update the patch level of Jetty --- Key: HADOOP-6882 URL: https://issues.apache.org/jira/browse/HADOOP-6882 Project: Hadoop Common Issue Type: Improvement Reporter: Owen O'Malley Assignee:

Re: Automatic tool for QA checks

2010-07-26 Thread Allen Wittenauer
On Jul 26, 2010, at 5:13 AM, Jorge Rodrigez wrote: >> (though I am not sure of the exact integration point in >> Hudson). I think hudson is subscribed to the various jira mailing lists. The mail is piped via stdin to a script that parses it and fires off the appropriate action in hudson.