Discussion:
[jira] [Created] (MAHOUT-1993) ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
Andrew Palumbo (JIRA)
2017-06-24 22:02:00 UTC
Permalink
Andrew Palumbo created MAHOUT-1993:
--------------------------------------

Summary: ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Reporter: Andrew Palumbo


in {{spark/src/assembly/dependency-reduced.xml}} ViennaCL deps to be shipped are hard-coded to scala-2.10.:
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Andrew Palumbo (JIRA)
2017-06-24 22:12:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo reassigned MAHOUT-1993:
--------------------------------------

Assignee: Andrew Palumbo
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Andrew Palumbo (JIRA)
2017-06-24 22:13:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo updated MAHOUT-1993:
-----------------------------------
Affects Version/s: 0.13.0
Fix Version/s: 0.13.1
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-24 22:45:01 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062163#comment-16062163 ]

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

GitHub user andrewpalumbo opened a pull request:

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

MAHOUT-1993: fix hardcoding of scala version in spark dependency-reduced.xml

### Purpose of PR:
Please give a short description of what this PR is for.


### Important ToDos
Please mark each with an "x"
- [ ] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
- [ ] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is the JIRA number.
- [ ] Created unit tests where appropriate
- [ ] Added licenses correct on newly added files
- [ ] Assigned JIRA to self
- [ ] Added documentation in scala docs/java docs, and to website
- [ ] Successfully built and ran all unit tests, verified that all tests pass locally.

If all of these things aren't complete, but you still feel it is
appropriate to open a PR, please add [WIP] after MAHOUT-XXXX before the
descriptions- e.g. "MAHOUT-XXXX [WIP] Description of Change"

Does this change break earlier versions?

Is this the beginning of a larger project for which a feature branch should be made?


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

$ git pull https://github.com/andrewpalumbo/mahout MAHOUT-1993

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

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

----
commit fad2b573b4234c1cc67a29d6302786d26d9ed49c
Author: Andrew Palumbo <***@apache.org>
Date: 2017-06-24T22:43:29Z

fix hardcoding of scala version

----
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Andrew Palumbo (JIRA)
2017-06-24 22:48:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MAHOUT-1993 started by Andrew Palumbo.
----------------------------------------------
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Andrew Palumbo (JIRA)
2017-06-24 22:51:01 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo updated MAHOUT-1993:
-----------------------------------
Priority: Blocker (was: Major)
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-25 19:45:02 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062415#comment-16062415 ]

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

Github user andrewpalumbo commented on the issue:

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

to be committed on top of #326
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-26 22:13:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063887#comment-16063887 ]

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

Github user rawkintrevo commented on the issue:

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

squash and lgtm
(failed tests were re oracle7 no longer being supported by travis)
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-26 22:16:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063891#comment-16063891 ]

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

Github user andrewpalumbo commented on the issue:

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

Cool.. I'm at dr, and won't be back for a little while. If u r working on this now and need to push , please feel free to push.



Sent from my Verizon Wireless 4G LTE smartphone


-------- Original message --------
From: Trevor Grant <***@github.com>
Date: 06/26/2017 3:12 PM (GMT-08:00)
To: apache/mahout <***@noreply.github.com>
Cc: Andrew Palumbo <***@outlook.com>, Author <***@noreply.github.com>
Subject: Re: [apache/mahout] MAHOUT-1993: fix hardcoding of scala version in spark dependency-reduced.xml (#327)


squash and lgtm
(failed tests were re oracle7 no longer being supported by travis)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/apache/mahout/pull/327#issuecomment-311196928>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHU2Hbk72-FUn_IQEfFuC8xa-BVgMqaWks5sICzVgaJpZM4OEdZ_>.
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-27 22:30:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065584#comment-16065584 ]

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

Github user andrewpalumbo commented on the issue:

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

committed in a799ead59aa77cab0596f72bbe40872b59367e35
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-27 22:30:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065585#comment-16065585 ]

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

Github user andrewpalumbo closed the pull request at:

https://github.com/apache/mahout/pull/327
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Andrew Palumbo (JIRA)
2017-06-27 22:30:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo resolved MAHOUT-1993.
------------------------------------
Resolution: Fixed

committed in a799ead59aa77cab0596f72bbe40872b59367e35
Post by Andrew Palumbo (JIRA)
ViennaCL dependency-reduced.xml assembly scala versions are hardcoded to scala 2.10
-----------------------------------------------------------------------------------
Key: MAHOUT-1993
URL: https://issues.apache.org/jira/browse/MAHOUT-1993
Project: Mahout
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Andrew Palumbo
Assignee: Andrew Palumbo
Priority: Blocker
Fix For: 0.13.1
{code}
<include>org.apache.mahout:mahout-native-viennacl_2.10</include>
<include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Loading...