Build failed in Jenkins: Mahout-Quality #768

2011-04-21 Thread Apache Jenkins Server
See Changes: [dlyubimov] MAHOUT-673:changing random projection to use uniform (-1;1] -- [...truncated 5475 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

[jira] [Commented] (MAHOUT-672) Implementation of Conjugate Gradient for solving large linear systems

2011-04-21 Thread Jonathan Traupman (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023139#comment-13023139 ] Jonathan Traupman commented on MAHOUT-672: -- I should have some time this weekend

Re: svn commit: r1095864 - in /mahout/trunk/utils/src: main/java/org/apache/mahout/utils/vectors/lucene/ test/java/org/apache/mahout/utils/vectors/lucene/

2011-04-21 Thread Ted Dunning
Fixed. Thanks for the catch. On Thu, Apr 21, 2011 at 11:10 PM, Ted Dunning wrote: > Yes. Forgotten add. > > > On Thu, Apr 21, 2011 at 10:21 PM, Dmitriy Lyubimov wrote: > >> Hm. I am getting this after this commit. Forgotten class? >> >> [INFO] Compilation failure >> >> >> \projects\mahout\util

Re: svn commit: r1095864 - in /mahout/trunk/utils/src: main/java/org/apache/mahout/utils/vectors/lucene/ test/java/org/apache/mahout/utils/vectors/lucene/

2011-04-21 Thread Ted Dunning
Yes. Forgotten add. On Thu, Apr 21, 2011 at 10:21 PM, Dmitriy Lyubimov wrote: > Hm. I am getting this after this commit. Forgotten class? > > [INFO] Compilation failure > > > \projects\mahout\utils\src\main\java\org\apache\mahout\utils\vectors\lucene\Luce > neIterator.java:[33,30] cannot find sy

Build failed in Jenkins: Mahout-Quality #767

2011-04-21 Thread Apache Jenkins Server
See Changes: [tdunning] MAHOUT-675 - Add better handling of empty term vectors in lucene conversion to vectors. [jeastman] MAHOUT-479: Extended ClusterClassifier, ClusterPolicy(s) and ClusterIterator to support Fuzzy K-Means. U

Re: svn commit: r1095864 - in /mahout/trunk/utils/src: main/java/org/apache/mahout/utils/vectors/lucene/ test/java/org/apache/mahout/utils/vectors/lucene/

2011-04-21 Thread Dmitriy Lyubimov
Hm. I am getting this after this commit. Forgotten class? [INFO] Compilation failure \projects\mahout\utils\src\main\java\org\apache\mahout\utils\vectors\lucene\Luce neIterator.java:[33,30] cannot find symbol symbol : class Bump125 location: package org.apache.mahout.utils \projects\mahout\utils

[jira] [Updated] (MAHOUT-672) Implementation of Conjugate Gradient for solving large linear systems

2011-04-21 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning updated MAHOUT-672: --- Attachment: 0001-MAHOUT-672-LSMR-iterative-linear-solver.patch > Implementation of Conjugate Gradient

[jira] [Commented] (MAHOUT-676) Random samplers in a modular library

2011-04-21 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023111#comment-13023111 ] Lance Norskog commented on MAHOUT-676: -- Really, this seems more like a Hadoop library

Re: problems with util test cases

2011-04-21 Thread Ted Dunning
No. That isn't the issue. Several of these tests run faster and when run in isolation they don't seem to complete or fail. They stop executing, but no succeeding tests run. On Thu, Apr 21, 2011 at 11:09 AM, Sean Owen wrote: > (I think it just takes a very long time -- is that the issue?) > >

RE: problems with util test cases

2011-04-21 Thread Jeff Eastman
I've noticed for a long time that the mvn install seems to hang for a long time after printing TestClusterDumper and that none of the other utils tests which run after it log anything to the transcript. That tests do a lot of clustering runs and then run ClusterDumper. They are smoke tests reall

Re: problems with util test cases

2011-04-21 Thread Sean Owen
(I think it just takes a very long time -- is that the issue?) On Thu, Apr 21, 2011 at 7:04 PM, Ted Dunning wrote: > I am finding a fuzzy kind of problem with the test cases in utils. This is > related to the work on MAHOUT-675. The test cases related to that all work > but the TestClusterDump

problems with util test cases

2011-04-21 Thread Ted Dunning
I am finding a fuzzy kind of problem with the test cases in utils. This is related to the work on MAHOUT-675. The test cases related to that all work but the TestClusterDumper tests do strange things. Whereas normal tests complete successfully, the TestClusterDumper tests don't seem to succeed o

Re: zookeeper-965: multi update command

2011-04-21 Thread Marshall McMullen
So this has helped me identify a hole in my current implementation. I need to create a MultiTxn.java to exist alongside CreateTxn.java, DeleteTxn.java, etc. These are all generated somehow and I'm not seeing how that part works. Is this documented somewhere so I can auto generate a new MultiTxn.ja

Re: zookeeper-965: multi update command

2011-04-21 Thread Marshall McMullen
Mahadev, Thanks for the reply, I appreciate it. This information is super helpful. Yes, the multi is stored in one txn. Great suggestion regarding jira... I'll summarize this email chain on jira later today. Thanks, Marshall - Original Message - > Marshall, > I am assuming that the n

Re: zookeeper-965: multi update command

2011-04-21 Thread Mahadev Konar
Marshall, I am assuming that the new multi update is actually a single txn. What you need to do next it make sure you take a look at all the processors. Sync is one where this new txn will need to be logged and then Final is one where the Datatree needs to be updated to reflect all the updates.

[jira] [Updated] (MAHOUT-671) Refactor org.apache.mahout.utils.vectors.lucene.Driver into a POJO

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Jordan updated MAHOUT-671: Attachment: MAHOUT-671.patch forgot the ASF license thing > Refactor org.apache.mahout.utils.vecto

[jira] [Commented] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022824#comment-13022824 ] Ted Dunning commented on MAHOUT-675: Chris, Thanks for that. Meanwhile, the patch ap

[jira] [Updated] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Jordan updated MAHOUT-675: Attachment: MAHOUT-675.patch > LuceneIterator throws an IllegalStateException when a null TermFreqV

[jira] [Updated] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Jordan updated MAHOUT-675: Attachment: (was: MAHOUT-675.patch) > LuceneIterator throws an IllegalStateException when a nul

[jira] [Commented] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022808#comment-13022808 ] Chris Jordan commented on MAHOUT-675: - Oops, sorry about that :-/ Yes, it is definite

[jira] [Commented] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022804#comment-13022804 ] Ted Dunning commented on MAHOUT-675: Chris, It looks like you didn't tick off the "Li

[jira] [Commented] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022798#comment-13022798 ] Ted Dunning commented on MAHOUT-675: OK. I will take this on this morning. It will t

[jira] [Commented] (MAHOUT-671) Refactor org.apache.mahout.utils.vectors.lucene.Driver into a POJO

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022757#comment-13022757 ] Chris Jordan commented on MAHOUT-671: - Before this patch gets merged in, I would like

[jira] [Updated] (MAHOUT-675) LuceneIterator throws an IllegalStateException when a null TermFreqVector is encountered for a document instead of skipping to the next one

2011-04-21 Thread Chris Jordan (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Jordan updated MAHOUT-675: Attachment: MAHOUT-675.patch I added a unit test for checking that the exception is properly thrown