|
Ian Holsman
2011-03-03, 13:59
Konstantin Boudnik
2011-03-03, 17:34
Allen Wittenauer
2011-03-03, 18:13
Allen Wittenauer
2011-03-03, 18:18
Ian Holsman
2011-03-09, 14:10
Konstantin Boudnik
2011-03-09, 16:06
Konstantin Boudnik
2011-03-09, 16:30
Konstantin Boudnik
2011-04-06, 20:17
Konstantin Boudnik
2011-04-28, 13:45
Eli Collins
2011-04-28, 22:49
|
-
Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Ian Holsman 2011-03-03, 13:59
I just discovered this Apache site,
Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. Regards Ian -- Ian Holsman [EMAIL PROTECTED] PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman To know recursion, you must first know recursion.
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Konstantin Boudnik 2011-03-03, 17:34
Ian,
Sonar was around for a while and Apache has this setup since late 2009, I believe. I had asked INFRA folks on a few occasions about adding Hadoop repos to their installation, but never heard anything back. I'd be awesome if you can talk to the right people so it'd happen eventually. -- Thanks in advance, Konstantin (Cos) Boudnik On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: > I just discovered this Apache site, > Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. > > If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. > > Regards > Ian > -- > Ian Holsman > [EMAIL PROTECTED] > PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman > > To know recursion, you must first know recursion. > > > >
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Allen Wittenauer 2011-03-03, 18:13
On Mar 3, 2011, at 5:59 AM, Ian Holsman wrote: > I just discovered this Apache site, > Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. Is it actually returning for anyone else? I get a time out.
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Allen Wittenauer 2011-03-03, 18:18
On Mar 3, 2011, at 10:13 AM, Allen Wittenauer wrote: > > On Mar 3, 2011, at 5:59 AM, Ian Holsman wrote: > >> I just discovered this Apache site, >> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. > > Is it actually returning for anyone else? I get a time out. > It took a few tries, but it finally came back.
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Ian Holsman 2011-03-09, 14:10
Hi Cos.
apparently they can't build from ant in the current version. I'll need to have a look at it.. they sent me some info. On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: > Ian, > > Sonar was around for a while and Apache has this setup since late > 2009, I believe. I had asked INFRA folks on a few occasions about > adding Hadoop repos to their installation, but never heard anything > back. > > I'd be awesome if you can talk to the right people so it'd happen eventually. > -- > Thanks in advance, > Konstantin (Cos) Boudnik > > > On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >> I just discovered this Apache site, >> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >> >> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >> >> Regards >> Ian >> -- >> Ian Holsman >> [EMAIL PROTECTED] >> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >> >> To know recursion, you must first know recursion. >> >> >> >>
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Konstantin Boudnik 2011-03-09, 16:06
Hi Ian.
yes, Sonar needs to have a pom'ed project. In case of an ant build such a pom can be created to 'wrap' around build.xml and is usually quite simple to manufacture. I have done it in the past for some HDFS experiments without much of a hassle. Here's the example: http://docs.codehaus.org/display/SONAR/Analyse+with+Maven in "Analyze projects which are not built with Maven" section. There's one more caveat though: handling of unit tests reports. It can be done with some new features Sonar has. See here: http://www.sonarsource.org/tag/ant/ I can quickly provide a working fixture to add say HDFS into Sonar as a starter. Pl. let me know where it needs to be put (perhaps a JIRA with a patch would do to?). Thanks for looking into this, Cos On Wed, Mar 9, 2011 at 06:10, Ian Holsman <[EMAIL PROTECTED]> wrote: > Hi Cos. > apparently they can't build from ant in the current version. > I'll need to have a look at it.. they sent me some info. > > On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: > >> Ian, >> >> Sonar was around for a while and Apache has this setup since late >> 2009, I believe. I had asked INFRA folks on a few occasions about >> adding Hadoop repos to their installation, but never heard anything >> back. >> >> I'd be awesome if you can talk to the right people so it'd happen eventually. >> -- >> Thanks in advance, >> Konstantin (Cos) Boudnik >> >> >> On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >>> I just discovered this Apache site, >>> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >>> >>> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >>> >>> Regards >>> Ian >>> -- >>> Ian Holsman >>> [EMAIL PROTECTED] >>> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >>> >>> To know recursion, you must first know recursion. >>> >>> >>> >>> > >
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Konstantin Boudnik 2011-03-09, 16:30
I have looked around Apache's Sonar server and it seems to be
sufficient to just have a correct pom.xml in place. I have opened https://issues.apache.org/jira/browse/HDFS-1741 Will attend to it shortly. -- Take care, Konstantin (Cos) Boudnik On Wed, Mar 9, 2011 at 08:06, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > Hi Ian. > > yes, Sonar needs to have a pom'ed project. In case of an ant build > such a pom can be created to 'wrap' around build.xml and is usually > quite simple to manufacture. I have done it in the past for some HDFS > experiments without much of a hassle. > > Here's the example: > http://docs.codehaus.org/display/SONAR/Analyse+with+Maven > in "Analyze projects which are not built with Maven" section. > > There's one more caveat though: handling of unit tests reports. It can > be done with some new features Sonar has. See here: > http://www.sonarsource.org/tag/ant/ > > I can quickly provide a working fixture to add say HDFS into Sonar as > a starter. Pl. let me know where it needs to be put (perhaps a JIRA > with a patch would do to?). > > Thanks for looking into this, > Cos > > On Wed, Mar 9, 2011 at 06:10, Ian Holsman <[EMAIL PROTECTED]> wrote: >> Hi Cos. >> apparently they can't build from ant in the current version. >> I'll need to have a look at it.. they sent me some info. >> >> On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: >> >>> Ian, >>> >>> Sonar was around for a while and Apache has this setup since late >>> 2009, I believe. I had asked INFRA folks on a few occasions about >>> adding Hadoop repos to their installation, but never heard anything >>> back. >>> >>> I'd be awesome if you can talk to the right people so it'd happen eventually. >>> -- >>> Thanks in advance, >>> Konstantin (Cos) Boudnik >>> >>> >>> On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>> I just discovered this Apache site, >>>> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >>>> >>>> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >>>> >>>> Regards >>>> Ian >>>> -- >>>> Ian Holsman >>>> [EMAIL PROTECTED] >>>> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >>>> >>>> To know recursion, you must first know recursion. >>>> >>>> >>>> >>>> >> >> >
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Konstantin Boudnik 2011-04-06, 20:17
I have submitted for enabling Sonar analysis on HDFS code. Would
appreciate if someone takes a look so we can move forward with it (HDFS-1741). -- Take care, Konstantin (Cos) Boudnik On Wed, Mar 9, 2011 at 08:30, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > I have looked around Apache's Sonar server and it seems to be > sufficient to just have a correct pom.xml in place. I have opened > https://issues.apache.org/jira/browse/HDFS-1741 > Will attend to it shortly. > -- > Take care, > Konstantin (Cos) Boudnik > > On Wed, Mar 9, 2011 at 08:06, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >> Hi Ian. >> >> yes, Sonar needs to have a pom'ed project. In case of an ant build >> such a pom can be created to 'wrap' around build.xml and is usually >> quite simple to manufacture. I have done it in the past for some HDFS >> experiments without much of a hassle. >> >> Here's the example: >> http://docs.codehaus.org/display/SONAR/Analyse+with+Maven >> in "Analyze projects which are not built with Maven" section. >> >> There's one more caveat though: handling of unit tests reports. It can >> be done with some new features Sonar has. See here: >> http://www.sonarsource.org/tag/ant/ >> >> I can quickly provide a working fixture to add say HDFS into Sonar as >> a starter. Pl. let me know where it needs to be put (perhaps a JIRA >> with a patch would do to?). >> >> Thanks for looking into this, >> Cos >> >> On Wed, Mar 9, 2011 at 06:10, Ian Holsman <[EMAIL PROTECTED]> wrote: >>> Hi Cos. >>> apparently they can't build from ant in the current version. >>> I'll need to have a look at it.. they sent me some info. >>> >>> On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: >>> >>>> Ian, >>>> >>>> Sonar was around for a while and Apache has this setup since late >>>> 2009, I believe. I had asked INFRA folks on a few occasions about >>>> adding Hadoop repos to their installation, but never heard anything >>>> back. >>>> >>>> I'd be awesome if you can talk to the right people so it'd happen eventually. >>>> -- >>>> Thanks in advance, >>>> Konstantin (Cos) Boudnik >>>> >>>> >>>> On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>>> I just discovered this Apache site, >>>>> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >>>>> >>>>> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >>>>> >>>>> Regards >>>>> Ian >>>>> -- >>>>> Ian Holsman >>>>> [EMAIL PROTECTED] >>>>> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >>>>> >>>>> To know recursion, you must first know recursion. >>>>> >>>>> >>>>> >>>>> >>> >>> >> >
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Konstantin Boudnik 2011-04-28, 13:45
Any one is willing to take a look at the patch? Pretty straightforward...
-- Take care, Konstantin (Cos) Boudnik On Wed, Apr 6, 2011 at 13:17, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > I have submitted for enabling Sonar analysis on HDFS code. Would > appreciate if someone takes a look so we can move forward with it > (HDFS-1741). > -- > Take care, > Konstantin (Cos) Boudnik > > On Wed, Mar 9, 2011 at 08:30, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >> I have looked around Apache's Sonar server and it seems to be >> sufficient to just have a correct pom.xml in place. I have opened >> https://issues.apache.org/jira/browse/HDFS-1741 >> Will attend to it shortly. >> -- >> Take care, >> Konstantin (Cos) Boudnik >> >> On Wed, Mar 9, 2011 at 08:06, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >>> Hi Ian. >>> >>> yes, Sonar needs to have a pom'ed project. In case of an ant build >>> such a pom can be created to 'wrap' around build.xml and is usually >>> quite simple to manufacture. I have done it in the past for some HDFS >>> experiments without much of a hassle. >>> >>> Here's the example: >>> http://docs.codehaus.org/display/SONAR/Analyse+with+Maven >>> in "Analyze projects which are not built with Maven" section. >>> >>> There's one more caveat though: handling of unit tests reports. It can >>> be done with some new features Sonar has. See here: >>> http://www.sonarsource.org/tag/ant/ >>> >>> I can quickly provide a working fixture to add say HDFS into Sonar as >>> a starter. Pl. let me know where it needs to be put (perhaps a JIRA >>> with a patch would do to?). >>> >>> Thanks for looking into this, >>> Cos >>> >>> On Wed, Mar 9, 2011 at 06:10, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>> Hi Cos. >>>> apparently they can't build from ant in the current version. >>>> I'll need to have a look at it.. they sent me some info. >>>> >>>> On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: >>>> >>>>> Ian, >>>>> >>>>> Sonar was around for a while and Apache has this setup since late >>>>> 2009, I believe. I had asked INFRA folks on a few occasions about >>>>> adding Hadoop repos to their installation, but never heard anything >>>>> back. >>>>> >>>>> I'd be awesome if you can talk to the right people so it'd happen eventually. >>>>> -- >>>>> Thanks in advance, >>>>> Konstantin (Cos) Boudnik >>>>> >>>>> >>>>> On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>>>> I just discovered this Apache site, >>>>>> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >>>>>> >>>>>> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >>>>>> >>>>>> Regards >>>>>> Ian >>>>>> -- >>>>>> Ian Holsman >>>>>> [EMAIL PROTECTED] >>>>>> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >>>>>> >>>>>> To know recursion, you must first know recursion. >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >>> >> >
-
Re: Apache Sonar - http://analysis.apache.org/ does anyone want hadoop in there?Eli Collins 2011-04-28, 22:49
I replied on jira.
On Thu, Apr 28, 2011 at 6:45 AM, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: > Any one is willing to take a look at the patch? Pretty straightforward... > -- > Take care, > Konstantin (Cos) Boudnik > > On Wed, Apr 6, 2011 at 13:17, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >> I have submitted for enabling Sonar analysis on HDFS code. Would >> appreciate if someone takes a look so we can move forward with it >> (HDFS-1741). >> -- >> Take care, >> Konstantin (Cos) Boudnik >> >> On Wed, Mar 9, 2011 at 08:30, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >>> I have looked around Apache's Sonar server and it seems to be >>> sufficient to just have a correct pom.xml in place. I have opened >>> https://issues.apache.org/jira/browse/HDFS-1741 >>> Will attend to it shortly. >>> -- >>> Take care, >>> Konstantin (Cos) Boudnik >>> >>> On Wed, Mar 9, 2011 at 08:06, Konstantin Boudnik <[EMAIL PROTECTED]> wrote: >>>> Hi Ian. >>>> >>>> yes, Sonar needs to have a pom'ed project. In case of an ant build >>>> such a pom can be created to 'wrap' around build.xml and is usually >>>> quite simple to manufacture. I have done it in the past for some HDFS >>>> experiments without much of a hassle. >>>> >>>> Here's the example: >>>> http://docs.codehaus.org/display/SONAR/Analyse+with+Maven >>>> in "Analyze projects which are not built with Maven" section. >>>> >>>> There's one more caveat though: handling of unit tests reports. It can >>>> be done with some new features Sonar has. See here: >>>> http://www.sonarsource.org/tag/ant/ >>>> >>>> I can quickly provide a working fixture to add say HDFS into Sonar as >>>> a starter. Pl. let me know where it needs to be put (perhaps a JIRA >>>> with a patch would do to?). >>>> >>>> Thanks for looking into this, >>>> Cos >>>> >>>> On Wed, Mar 9, 2011 at 06:10, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>>> Hi Cos. >>>>> apparently they can't build from ant in the current version. >>>>> I'll need to have a look at it.. they sent me some info. >>>>> >>>>> On Mar 3, 2011, at 12:34 PM, Konstantin Boudnik wrote: >>>>> >>>>>> Ian, >>>>>> >>>>>> Sonar was around for a while and Apache has this setup since late >>>>>> 2009, I believe. I had asked INFRA folks on a few occasions about >>>>>> adding Hadoop repos to their installation, but never heard anything >>>>>> back. >>>>>> >>>>>> I'd be awesome if you can talk to the right people so it'd happen eventually. >>>>>> -- >>>>>> Thanks in advance, >>>>>> Konstantin (Cos) Boudnik >>>>>> >>>>>> >>>>>> On Thu, Mar 3, 2011 at 05:59, Ian Holsman <[EMAIL PROTECTED]> wrote: >>>>>>> I just discovered this Apache site, >>>>>>> Apache Sonar performs source code analysis on the java code, and it looks pretty, and I'm sure some people would find it useful. >>>>>>> >>>>>>> If people are interested I can start putting finding out how to put the hadoop code in there, so we can get stats on our own code. >>>>>>> >>>>>>> Regards >>>>>>> Ian >>>>>>> -- >>>>>>> Ian Holsman >>>>>>> [EMAIL PROTECTED] >>>>>>> PH: +1-703 879-3128 AOLIM: ianholsman Skype:iholsman >>>>>>> >>>>>>> To know recursion, you must first know recursion. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>>> >>> >> > |