[jira] [Reopened] (MAHOUT-1284) DummyRecordWriter's bug with reused Writables

2013-07-28 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter reopened MAHOUT-1284: The committed patch causes TestCanopyCreation to fail. > DummyRecordW

[jira] [Resolved] (MAHOUT-1283) Matrix multiplication problem in mahout-math-0.6.jar. Details can be seen in the Carrot2's forum discussion whose link is given in the description.

2013-07-28 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning resolved MAHOUT-1283. - Resolution: Won't Fix This applies to Mahout 0.6 and to classes that don't even exist in Mahout

Build failed in Jenkins: Mahout-Quality #2167

2013-07-28 Thread Apache Jenkins Server
See Changes: [smarthi] MAHOUT-1284: DummyRecordWriter's bug with reused Writables -- [...truncated 197753 lines...] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in

[jira] [Commented] (MAHOUT-1283) Matrix multiplication problem in mahout-math-0.6.jar. Details can be seen in the Carrot2's forum discussion whose link is given in the description.

2013-07-28 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13722152#comment-13722152 ] Suneel Marthi commented on MAHOUT-1283: --- [~seyfullahdemir] Given that there's been

[jira] [Created] (MAHOUT-1296) Remove deprecated algorithms

2013-07-28 Thread Sebastian Schelter (JIRA)
Sebastian Schelter created MAHOUT-1296: -- Summary: Remove deprecated algorithms Key: MAHOUT-1296 URL: https://issues.apache.org/jira/browse/MAHOUT-1296 Project: Mahout Issue Type: Improve

[jira] [Resolved] (MAHOUT-1284) DummyRecordWriter's bug with reused Writables

2013-07-28 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi resolved MAHOUT-1284. --- Resolution: Fixed > DummyRecordWriter's bug with reused Writables >

[jira] [Closed] (MAHOUT-833) Make conversion to sequence files map-reduce

2013-07-28 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi closed MAHOUT-833. > Make conversion to sequence files map-reduce > > >

Re: Proposal: scala DSL module for Mahout linear algebra.

2013-07-28 Thread Ted Dunning
After letting this soak for a bit, I would tend to prefer either full-on R (less preferred) or Matlab with defects (more preferred). Matlab with defects would use * for matrix multiplication and have a method name for element by element product. It is fine to have special syntax modules, but I th

Re: Jenkins build is back to normal : Mahout-Quality #2166

2013-07-28 Thread Stevo Slavić
Mahout build is oscillating because test SearchSanityTest.testRemoval is oscillating. When it fails, it fails for LocalitySensitiveHashSearch searcher only. I've run this test couple of times in IDE, most of the time it's successful, but occasionally it fails. With breakpoint on line 166, and brea

Build failed in Jenkins: mahout-nightly » Mahout Integration #1305

2013-07-28 Thread Apache Jenkins Server
See -- Jul 28, 2013 11:25:05 PM org.apache.maven.cli.event.ExecutionEventLogger projectStarted INFO:

Build failed in Jenkins: mahout-nightly #1305

2013-07-28 Thread Apache Jenkins Server
See -- [...truncated 1937 lines...] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/mahout/mahout-core/0.9-SNAPSHOT/mahout-core-0.9-20130728.232503-15-job.jar Uploaded:

Jenkins build is back to normal : Mahout-Quality #2166

2013-07-28 Thread Apache Jenkins Server
See

Re: Proposal: scala DSL module for Mahout linear algebra.

2013-07-28 Thread Dmitriy Lyubimov
yeah. we are out of luck with matlab syntax. *&, *|, *^, *%, *#, *@, *~, *?, *!, *>, *<, *\ all work . '*.' or '*,' will not work. "*:" or ":*" have special meaning. On Sun, Jul 28, 2013 at 10:58 AM, Dmitriy Lyubimov wrote: > FWIW, > > one approach might be to separate DSL into several. E.g. RL

Re: Proposal: scala DSL module for Mahout linear algebra.

2013-07-28 Thread Dmitriy Lyubimov
FWIW, one approach might be to separate DSL into several. E.g. RLikeOps and MatlabLikeOps or WhateverOps, none of which is imported by default. and then the code would have to say "import RLikeOps._" to enalbe R-like DSL, and vice versa. But matlab style '*.' symbol unfortunately doesn't seem to

[jira] [Work started] (MAHOUT-1284) DummyRecordWriter's bug with reused Writables

2013-07-28 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MAHOUT-1284 started by Suneel Marthi. > DummyRecordWriter's bug with reused Writables > - > > Key: MA

[jira] [Commented] (MAHOUT-1284) DummyRecordWriter's bug with reused Writables

2013-07-28 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13721907#comment-13721907 ] Suneel Marthi commented on MAHOUT-1284: --- [~maysamyabandeh] I just did a clean proje