Discussion:
[jira] [Created] (MAHOUT-1922) DSPCA Propagates cache hint
Trevor Grant (JIRA)
2017-02-01 02:33:52 UTC
Permalink
Trevor Grant created MAHOUT-1922:
------------------------------------

Summary: DSPCA Propagates cache hint
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Priority: Minor


The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.

The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.

https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-02-01 21:46:51 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1922:
---------------------------------
Sprint: Jan/Feb-2017
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Priority: Minor
Labels: beginner
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-02-01 22:55:51 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1922:
---------------------------------
Fix Version/s: 0.13.0
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Andrew Musselman (JIRA)
2017-02-01 23:27:51 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Musselman reassigned MAHOUT-1922:
----------------------------------------

Assignee: Trevor Grant
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-02-04 05:05:52 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852596#comment-15852596 ]

ASF GitHub Bot commented on MAHOUT-1922:
----------------------------------------

GitHub user rawkintrevo opened a pull request:

https://github.com/apache/mahout/pull/275

MAHOUT-1922 Propagate cacheHint in dspca



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rawkintrevo/mahout mahout-1922

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mahout/pull/275.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #275

----

----
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-02-04 05:10:51 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MAHOUT-1922 started by Trevor Grant.
--------------------------------------------
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-02-04 23:05:51 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852973#comment-15852973 ]

ASF GitHub Bot commented on MAHOUT-1922:
----------------------------------------

Github user andrewpalumbo commented on the issue:

https://github.com/apache/mahout/pull/275

+1 contingent upon comment form #274
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-02-07 04:00:43 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855270#comment-15855270 ]

ASF GitHub Bot commented on MAHOUT-1922:
----------------------------------------

Github user asfgit closed the pull request at:

https://github.com/apache/mahout/pull/275
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-02-07 04:07:41 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant resolved MAHOUT-1922.
----------------------------------
Resolution: Fixed
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Hudson (JIRA)
2017-02-07 04:32:41 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855310#comment-15855310 ]

Hudson commented on MAHOUT-1922:
--------------------------------

FAILURE: Integrated in Jenkins build Mahout-Quality #3416 (See [https://builds.apache.org/job/Mahout-Quality/3416/])
MAHOUT-1922 Propagate cacheHint in dspca closes apache/mahout#275 (rawkintrevo: rev 771339c82c36929d5b331215fbe792626de373af)
* (edit) math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
Post by Trevor Grant (JIRA)
DSPCA Propagates cache hint
---------------------------
Key: MAHOUT-1922
URL: https://issues.apache.org/jira/browse/MAHOUT-1922
Project: Mahout
Issue Type: Improvement
Components: Math
Affects Versions: 0.13.0
Reporter: Trevor Grant
Assignee: Trevor Grant
Priority: Minor
Labels: beginner
Fix For: 0.13.0
The DSPCA does lots of check pointing, but currently only the default checkpoint cacheHint is given.
The user should be able to pass a checkpointing hint as this can lead to dramatic performance issues in some cases.
https://github.com/apache/mahout/blob/master/math-scala/src/main/scala/org/apache/mahout/math/decompositions/DSPCA.scala
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Loading...