Discussion:
[jira] [Created] (MAHOUT-1965) Update CI to cover multiple spark/scala builds
Trevor Grant (JIRA)
2017-04-19 18:29:41 UTC
Permalink
Trevor Grant created MAHOUT-1965:
------------------------------------

Summary: Update CI to cover multiple spark/scala builds
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant


We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.

Need to update TravisCI to cover all of these.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-04-20 13:22:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976669#comment-15976669 ]

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

GitHub user rawkintrevo opened a pull request:

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

MAHOUT-1965 Multiple Spark-Scala builds in TravisCI

Add ASLv2 to travis.yml

Uncommented Flink Module

Told Maven to skip Flink in CI build

Build / Test Strategy based on what was formerly in runtests.sh

Deleted runtests.sh

Bumped TravisCI environment from precise to trusty

Added installations nessecary for build OMP/ViennaCL


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

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

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

https://github.com/apache/mahout/pull/303.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 #303

----
commit 6b2cdc9a7e4f582de83328270dd6647d2ee45a3d
Author: rawkintrevo <***@gmail.com>
Date: 2017-04-19T14:41:35Z

MAHOUT-1965 Multiple Spark-Scala builds in TravisCI

Add travis-ci to travis branches

Broke up into seperate build jobs

Add spark 2.0.2 build

Attempt to remove runtests.sh hack

Add ASLv2 to travis.yml

typo

ya gotta add flink to skip flink

need to exclude modules before build flag

still can't find flink...

still can't find flink...

still can't find flink...

adding maven back in

i'm not handling the flink thing right with variables

adding it all back in

skip tests

maven logs to long

skip tests on initial build

viennaCL 1.7.1

viennaCL 1.7.1

viennaCL 1.7.1

viennaCL 1.7.1 add sudo

viennaCL 1.7.1

viennaCL 1.7.1

bump to trusty

searching for lOpenCl

searching for lOpenCl

change java version

finding libOpenCL.so

finding libOpenCL.so

finding libOpenCL.so

parsimony (trimming back stabs in the dark)

parsimony (trimming back stabs in the dark)

parsimony (trimming back stabs in the dark)

build in test in one line?!

build in test in one line?! bump all to java8

build in test in one line?! bump all to java8

takes too long

takes too long

takes too long

takes too long

takes too long

final check

maybe oracle7 isnt so bad

comment viennacl scala 11 builds

drop travis-ci from branch

----
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-04-20 15:25:05 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976895#comment-15976895 ]

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

Github user andrewpalumbo commented on a diff in the pull request:

https://github.com/apache/mahout/pull/303#discussion_r112482846

--- Diff: pom.xml ---
@@ -843,7 +843,7 @@
<module>distribution</module>
<module>math-scala</module>
<module>spark</module>
- <!--module>flink</module-->
+ <module>flink</module>
--- End diff --

Since is in the works to be fixed with a profile, I'm +1. That should come relatively soon though- since Flink often breaks the Nightlies and almost always Crashes Hudson.
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-04-20 15:26:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976896#comment-15976896 ]

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

Github user andrewpalumbo commented on the issue:

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

lgtm +1
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-04-21 22:10:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979475#comment-15979475 ]

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

Github user asfgit closed the pull request at:

https://github.com/apache/mahout/pull/303
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Hudson (JIRA)
2017-04-21 23:04:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979539#comment-15979539 ]

Hudson commented on MAHOUT-1965:
--------------------------------

SUCCESS: Integrated in Jenkins build Mahout-Quality #3475 (See [https://builds.apache.org/job/Mahout-Quality/3475/])
MAHOUT-1965 Multiple Spark Builds in TravisCI closes apache/mahout#303 (rawkintrevo: rev eae79da4c2642a195a63462f8781e56600c1295e)
* (edit) .travis.yml
* (delete) runtests.sh
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-04-22 18:51:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant resolved MAHOUT-1965.
----------------------------------
Resolution: Fixed
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-06-23 04:42:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1965:
---------------------------------
Fix Version/s: 0.13.1
Post by Trevor Grant (JIRA)
Update CI to cover multiple spark/scala builds
----------------------------------------------
Key: MAHOUT-1965
URL: https://issues.apache.org/jira/browse/MAHOUT-1965
Project: Mahout
Issue Type: Improvement
Components: Integration
Affects Versions: 0.13.1
Reporter: Trevor Grant
Assignee: Trevor Grant
Fix For: 0.13.1
We are targeting to release for Spark 1.6/2.0/2.1 in 0.13.1 and Scala 2.10/2.11/2.11 respectively.
Need to update TravisCI to cover all of these.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Loading...