[ 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 <apalu...@apache.org> Date: 2017-06-24T22:43:29Z fix hardcoding of scala version ---- > 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 > > > 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)