Reminder: 0.7 Code Freeze Targeted for May 15

2012-04-25 Thread Jeff Eastman
Currently there are 24 outstanding JIRAs targeted for 0.7, which is intended to be a clean-up and housekeeping release. They are about evenly split between high and low priority tasks. Seven are marked asPatch Available. Now might be a good time to take a look at them to triage the list and

Re: Reminder: 0.7 Code Freeze Targeted for May 15

2012-04-25 Thread Ted Dunning
I would like to take a stab at a collections/math merge and a deletion if deprecated math stuff. The deletion will require me to write and eigen solver to support some of Jake's old code. Sent from my iPhone On Apr 25, 2012, at 9:52 AM, Jeff Eastman j...@windwardsolutions.com wrote:

[jira] [Created] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Bhaskar Devireddy (JIRA)
Bhaskar Devireddy created MAHOUT-1001: - Summary: Performance improvement in recommenditembased Key: MAHOUT-1001 URL: https://issues.apache.org/jira/browse/MAHOUT-1001 Project: Mahout

[jira] [Updated] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Bhaskar Devireddy (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhaskar Devireddy updated MAHOUT-1001: -- Attachment: RowSimilarityJob.patch Performance improvement in recommenditembased

[jira] [Updated] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Bhaskar Devireddy (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhaskar Devireddy updated MAHOUT-1001: -- Description: While running the recommendations with ASFEMail dataset using the

[jira] [Resolved] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved MAHOUT-1001. --- Resolution: Fixed Looks good, I've committed. Performance improvement in

[jira] [Updated] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated MAHOUT-1001: -- Due Date: 25/Apr/12 Priority: Minor (was: Major) Performance improvement in

Re: Reminder: 0.7 Code Freeze Targeted for May 15

2012-04-25 Thread Dmitriy Lyubimov
if reliable eigensolver is available, we can also get rid of dependency on eigensolver from apache math in SSVD. Don't quite know if that's the only dependency on apache math, i saw one somewhere else as well. On Wed, Apr 25, 2012 at 8:09 AM, Ted Dunning ted.dunn...@gmail.com wrote: I would like

[jira] [Commented] (MAHOUT-1001) Performance improvement in recommenditembased

2012-04-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262016#comment-13262016 ] Hudson commented on MAHOUT-1001: Integrated in Mahout-Quality #1449 (See

Jenkins build is still unstable: Mahout-Quality #1449

2012-04-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/changes

Re: Review Request: mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches

2012-04-25 Thread tom pierce
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4632/#review7247 --- Looks good aside from the one issue below. trunk/bin/mahout

[jira] [Commented] (MAHOUT-994) mahout script shouldn't rely on HADOOP_HOME since that was deprecated in all major Hadoop branches

2012-04-25 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262230#comment-13262230 ] jirapos...@reviews.apache.org commented on MAHOUT-994: --

Jenkins build is still unstable: Mahout-Quality #1450

2012-04-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/changes

Re: Reminder: 0.7 Code Freeze Targeted for May 15

2012-04-25 Thread Ted Dunning
OK. I have a first pass at converting the colt eigen solver to our math package. It wasn't hard with the help of a few emacs macros, but in the process I found what really look like some bugs. That throws the utility of the conversion into question. At the same time I wrote a from-scratch