Jenkins build is still unstable: Mahout-Quality #1383

2012-03-05 Thread Apache Jenkins Server
See

[jira] [Commented] (MAHOUT-929) Refactor Clustering (Vector Classification) into a Separate Postprocess with Outlier Pruning

2012-03-05 Thread Saikat Kanjilal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222987#comment-13222987 ] Saikat Kanjilal commented on MAHOUT-929: Paritosh sorry about my dissappearance, w

[jira] [Updated] (MAHOUT-822) Mahout needs to be made compatible with Hadoop .23 releases

2012-03-05 Thread Bilung Lee (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilung Lee updated MAHOUT-822: -- Attachment: MAHOUT-822.patch Update the patch to include a fix to TestClusterDumper, which in testCanop

Jenkins build is still unstable: Mahout-Quality #1382

2012-03-05 Thread Apache Jenkins Server
See

Re: ongoing jenkins failures

2012-03-05 Thread Dmitriy Lyubimov
so bottom line, i just do autoformat and then post the patch to review board and keep adjusting it manually until there are no "reds" there as well. Also at some point i had a script that ran checkstyle and grep'd warnings produced for files that are different from trunk (i.e. current patch only)

Re: ongoing jenkins failures

2012-03-05 Thread Dmitriy Lyubimov
i've been using an eclipse style format settings which i tuned as close as i could to match intelliJ's that Sean patches produce. Some of those formattings (mostly wrapping preference rules) don't trigger checkstyle problems regardless of which tool is used but they do trigger reformatting if i re

Re: ongoing jenkins failures

2012-03-05 Thread tom pierce
I am starting to agree that Jenkins is calling the build "unstable" on style grounds, but my evidence is shaky: the style plot has a "caution triangle" and the checkstyle count has a storm cloud. I have made a couple of commits to clear up some style warnings (which were mostly of my own doing

[jira] [Commented] (MAHOUT-609) Add an option to make RecommenderJob write out it's computed item similarities

2012-03-05 Thread Bala Rajagopal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222569#comment-13222569 ] Bala Rajagopal commented on MAHOUT-609: --- Yes, the current patch works only for the r

Re: ongoing jenkins failures

2012-03-05 Thread Dmitriy Lyubimov
For some reason i concluded it was related to big number PMD/style warnings. but i may be wrong and i don't remember why i concluded that. I certainly know the least about Jenkins and ci stuff. On Mon, Mar 5, 2012 at 11:40 AM, Tom Pierce wrote: > Hi folks, > > I spent a little time looking into o

ongoing jenkins failures

2012-03-05 Thread Tom Pierce
Hi folks, I spent a little time looking into our Jenkins failures. I am not very familiar with Jenkins, so this is probably a little remedial - pointers for other/better things to look at are appreciated! We've let this go for a long time: * Last stable build (#1218), 3 mo 3 days ago Before tha

Re: GSOC 2012

2012-03-05 Thread Grant Ingersoll
I personally am not going to be doing GSOC this year, as I have committed cycles elsewhere, but others may be open to it. -Grant PS FWIW, I have an opening for internships at my company. On Mar 4, 2012, at 10:49 AM, Dirk Weissenborn wrote: > Hey, > > I just wanted to check whether or not

Re: Minhash review

2012-03-05 Thread Frank Scholten
I am also curious about the current MinHash implementation. In the current implementation the vector TF or TF-IDF weights are hashed via Vector.Element.get(). Jeff Hansen pointed out in a previous thread on the mailinglist that this is incorrect and the index should be hashed because the index iden

[jira] [Updated] (MAHOUT-944) LuceneIndexToSequenceFiles (lucene2seq) utility

2012-03-05 Thread Frank Scholten (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Scholten updated MAHOUT-944: -- Attachment: (was: MAHOUT-944-a.patch) > LuceneIndexToSequenceFiles (lucene2seq) utility

Re: Review Request: MAHOUT-944 LuceneIndexToSequenceFiles (lucene2seq) utility

2012-03-05 Thread Frank Scholten
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3625/ --- (Updated 2012-03-05 09:14:32.020441) Review request for mahout and Grant Ingerso

[jira] [Updated] (MAHOUT-944) LuceneIndexToSequenceFiles (lucene2seq) utility

2012-03-05 Thread Frank Scholten (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Scholten updated MAHOUT-944: -- Attachment: (was: MAHOUT-944-b.patch) > LuceneIndexToSequenceFiles (lucene2seq) utility

[jira] [Updated] (MAHOUT-944) LuceneIndexToSequenceFiles (lucene2seq) utility

2012-03-05 Thread Frank Scholten (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Scholten updated MAHOUT-944: -- Attachment: MAHOUT-944.patch Patch including recent bugfixes > LuceneIndexToSe

[jira] [Commented] (MAHOUT-944) LuceneIndexToSequenceFiles (lucene2seq) utility

2012-03-05 Thread Frank Scholten (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1331#comment-1331 ] Frank Scholten commented on MAHOUT-944: --- This bugfix is for the sequential version.