Re: [jira] Commented: (MAHOUT-574) "seqdirectory" command fails to notice -Ddefault.fs.name

2011-01-28 Thread Ted Dunning
Naughty Jeff. On Fri, Jan 28, 2011 at 10:32 PM, Dmitriy Lyubimov (JIRA) wrote: > Jeff seems to have already committed the equivalent of that change without > specifying an issue: >

Re: UnaryFunction is gone?

2011-01-28 Thread Dmitriy Lyubimov
ok not a problem . Thank you, Ted. On Fri, Jan 28, 2011 at 10:01 PM, Ted Dunning wrote: > UnaryFunction => DoubleFunction > > Don't know if you use git. I do and my changes floated on top pretty well. > > > On Fri, Jan 28, 2011 at 9:56 PM, Dmitriy Lyubimov > wrote: > > > Did we get read of thi

[jira] Commented: (MAHOUT-574) "seqdirectory" command fails to notice -Ddefault.fs.name

2011-01-28 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988402#action_12988402 ] Dmitriy Lyubimov commented on MAHOUT-574: - Jeff seems to have already committed the

[jira] Resolved: (MAHOUT-574) "seqdirectory" command fails to notice -Ddefault.fs.name

2011-01-28 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Lyubimov resolved MAHOUT-574. - Resolution: Fixed > "seqdirectory" command fails to notice -Ddefault.fs.name > --

Re: Build failed in Hudson: Mahout-Quality #593

2011-01-28 Thread Ted Dunning
Does anybody know why the build has started doing this? I don't see a relevant change. On Fri, Jan 28, 2011 at 10:02 PM, Apache Hudson Server < hud...@hudson.apache.org> wrote: > See > > Changes: > > [tdunning] MAHOUT-599 - Switch

Build failed in Hudson: Mahout-Quality #594

2011-01-28 Thread Apache Hudson Server
See -- [...truncated 1542 lines...] AU examples/src/main/java/org/apache/mahout/classifier/bayes/WikipediaDatasetCreatorOutputFormat.java AU examples/src/main/java/org/apache/mahout/c

Build failed in Hudson: Mahout-Quality #593

2011-01-28 Thread Apache Hudson Server
See Changes: [tdunning] MAHOUT-599 - Switched to like() instead of clone() in AbstractMatrix -- [...truncated 1551 lines...] A examples/src/main/java/org/apache/mahout/classifier/sgd

[jira] Resolved: (MAHOUT-599) AbstractMatrix uses clone() where it should use like()

2011-01-28 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning resolved MAHOUT-599. Resolution: Fixed Ran tests in math and then committed. Looks fine. > AbstractMatrix uses clone()

Re: UnaryFunction is gone?

2011-01-28 Thread Ted Dunning
UnaryFunction => DoubleFunction Don't know if you use git. I do and my changes floated on top pretty well. On Fri, Jan 28, 2011 at 9:56 PM, Dmitriy Lyubimov wrote: > Did we get read of this Matrix.assign(uf) method? is there a substitute for > it now or it is just gone for good? > > one of my

UnaryFunction is gone?

2011-01-28 Thread Dmitriy Lyubimov
Did we get read of this Matrix.assign(uf) method? is there a substitute for it now or it is just gone for good? one of my tests were using that, after merge it doesn't compile anymore. Thanks. -d

[jira] Updated: (MAHOUT-599) AbstractMatrix uses clone() where it should use like()

2011-01-28 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated MAHOUT-599: - Attachment: MAHOUT-599.patch > AbstractMatrix uses clone() where it should use like() > -

[jira] Updated: (MAHOUT-593) Backport of Stochastic SVD patch (Mahout-376) to hadoop 0.20 to ensure compatibility with current Mahout dependencies.

2011-01-28 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Lyubimov updated MAHOUT-593: Description: Current Mahout-376 patch requries 'new' hadoop API. Certain elements of that

[jira] Created: (MAHOUT-599) AbstractMatrix uses clone() where it should use like()

2011-01-28 Thread Lance Norskog (JIRA)
AbstractMatrix uses clone() where it should use like() -- Key: MAHOUT-599 URL: https://issues.apache.org/jira/browse/MAHOUT-599 Project: Mahout Issue Type: Improvement Components:

Build failed in Hudson: Mahout-Quality #592

2011-01-28 Thread Apache Hudson Server
See -- [...truncated 1552 lines...] A examples/src/main/java/org/apache/mahout/classifier/sgd/LogisticModelParameters.java A examples/src/main/java/org/apache/mahout/classifier/sgd/

[jira] Updated: (MAHOUT-588) Benchmark Mahout's clustering performance on EC2 and publish the results

2011-01-28 Thread Szymon Chojnacki (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szymon Chojnacki updated MAHOUT-588: Attachment: SequenceFilesFromMailArchives2.java Tim, I modified slightly your Parser, and s

Build failed in Hudson: Mahout-Quality #591

2011-01-28 Thread Apache Hudson Server
See Changes: [ssc] added Locale.ENGLISH to fix test failures -- [...truncated 1551 lines...] A examples/src/main/java/org/apache/mahout/classifier/sgd A examples/src/main/ja

[jira] Commented: (MAHOUT-542) MapReduce implementation of ALS-WR

2011-01-28 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988091#action_12988091 ] Sebastian Schelter commented on MAHOUT-542: --- Did you apply the patch on the curre

Re: failing tests

2011-01-28 Thread Sebastian Schelter
Hi Sean, you were absolutely right, it was a locale thing, I updated TrainLogistic and RunLogistic to use Locale.ENGLISH in its printf statements and now everything works fine. --sebastian On 28.01.2011 13:50, Sean Owen wrote: Hmm. I reverted my local change and it seems to pass. Could thi

[jira] Updated: (MAHOUT-588) Benchmark Mahout's clustering performance on EC2 and publish the results

2011-01-28 Thread Szymon Chojnacki (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szymon Chojnacki updated MAHOUT-588: Attachment: Uncompress.java Tim, Uncompress.java is a short script I run at the very beginn

[jira] Commented: (MAHOUT-542) MapReduce implementation of ALS-WR

2011-01-28 Thread Danny Bickson (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988069#action_12988069 ] Danny Bickson commented on MAHOUT-542: -- Hi again, When I run the testing previous time

[jira] Updated: (MAHOUT-542) MapReduce implementation of ALS-WR

2011-01-28 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated MAHOUT-542: -- Attachment: MAHOUT-542-5.patch updated the patch to work with the current trunk. I only

Re: failing tests

2011-01-28 Thread Sean Owen
Hmm. I reverted my local change and it seems to pass. Could this possibly be another locale issue? I see that the strings in question appear to contain decimals like "0.7", and I'm guessing your locale is German which could make it come out "0,7"? That would explain it but is that the issue? On

Re: failing tests

2011-01-28 Thread Sean Owen
There's a chance this has to do with me. I remember during the last change I made that this failed, but then I fixed it somehow. It runs fine locally, but, I fear that somehow a key change got tangled into another local changelist or something. On Fri, Jan 28, 2011 at 10:28 AM, Sebastian Schelter

[jira] Updated: (MAHOUT-590) add TSV (Tab Separate Value) input file support to SequenceFilesFromDirectory

2011-01-28 Thread Isabel Drost (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isabel Drost updated MAHOUT-590: Attachment: MAHOUT-590.patch Updated version. > add TSV (Tab Separate Value) input file support to

failing tests

2011-01-28 Thread Sebastian Schelter
Hi, I'm having build failures (failed tests): assertTrue(trainOut.contains("x -0.7")) in org.apache.mahout.classifier.sgd.TrainLogisticTest.example13_1() fails as well as assertTrue(trainOut.contains("a 0.")) in org.apache.mahout.classifier.sgd.TrainLogisticTest.example13_2() A fresh checko