Discussion:
[jira] [Created] (MAHOUT-1764) Mahout DSL for Flink: Add standard backend tests for Flink
Alexey Grigorev (JIRA)
2015-08-11 13:25:46 UTC
Permalink
Alexey Grigorev created MAHOUT-1764:
---------------------------------------

Summary: Mahout DSL for Flink: Add standard backend tests for Flink
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Priority: Minor


From github comment by Dmitriy:



also on the topic of test suite coverage: we need to pass our standard tests. The base clases for them are:

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

https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala

https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala

https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala

The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Dmitriy Lyubimov (JIRA)
2015-11-15 00:00:12 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Lyubimov updated MAHOUT-1764:
-------------------------------------
Sprint: Jan/Feb-2016
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Priority: Minor
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Suneel Marthi (JIRA)
2016-03-12 23:27:34 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi reassigned MAHOUT-1764:
-------------------------------------

Assignee: Suneel Marthi
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Assignee: Suneel Marthi
Priority: Minor
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Suneel Marthi (JIRA)
2016-03-15 02:53:33 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi resolved MAHOUT-1764.
-----------------------------------
Resolution: Fixed
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Assignee: Suneel Marthi
Priority: Minor
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Hudson (JIRA)
2016-04-11 08:42:27 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234714#comment-15234714 ]

Hudson commented on MAHOUT-1764:
--------------------------------

FAILURE: Integrated in Mahout-Quality #3324 (See [https://builds.apache.org/job/Mahout-Quality/3324/])
MAHOUT-1764: Flink: standard backend tests (alexey.s.grigoriev: rev ceb1f050cfaf50548bcad83f661d0ad01fe96122)
* flink/src/test/scala/org/apache/mahout/flinkbindings/blas/LATestSuit.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/UseCasesSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/standard/DrmLikeSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/standard/DistributedDecompositionsSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/DistributedFlinkSuit.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/standard/DrmLikeOpsSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/RLikeOpsSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/DistributedFlinkSuite.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/blas/LATestSuite.scala
* flink/src/main/scala/org/apache/mahout/flinkbindings/package.scala
* flink/src/test/scala/org/apache/mahout/flinkbindings/standard/RLikeDrmOpsSuite.scala
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Assignee: Suneel Marthi
Priority: Minor
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Suneel Marthi (JIRA)
2016-04-28 02:39:12 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-1764:
----------------------------------
Fix Version/s: 0.12.0
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Assignee: Suneel Marthi
Priority: Minor
Fix For: 0.12.0
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Suneel Marthi (JIRA)
2016-04-28 02:39:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi closed MAHOUT-1764.
---------------------------------
Post by Alexey Grigorev (JIRA)
Mahout DSL for Flink: Add standard backend tests for Flink
----------------------------------------------------------
Key: MAHOUT-1764
URL: https://issues.apache.org/jira/browse/MAHOUT-1764
Project: Mahout
Issue Type: Task
Components: Math
Reporter: Alexey Grigorev
Assignee: Suneel Marthi
Priority: Minor
Fix For: 0.12.0
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/decompositions/DistributedDecompositionsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeOpsSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/DrmLikeSuiteBase.scala
https://github.com/apache/mahout/blob/master/math-scala/src/test/scala/org/apache/mahout/math/drm/RLikeDrmOpsSuiteBase.scala
The technique here is to take these test cases as a base class for a distributed test case (you may want to see how it was done for Spark and H2O). This is our basic assertion that our main algorithms are passing on a toy problem for a given backend.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Loading...