GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/4699
[SPAR-5814][MLLIB][GRAPHX] Remove JBLAS from runtime
The issue is discussed in https://issues.apache.org/jira/browse/SPARK-5669.
Replacing all JBLAS usage by netlib-java gives us a simpler dependency tree and
less license issues to worry about. I didn't touch the test scope in this PR.
The user guide is not modified to avoid merge conflicts with branch-1.3.
@srowen @ankurdave @pwendell
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mengxr/spark SPARK-5814
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4699.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 #4699
----
commit fa7c2caa76473eaa58ad55e77494fe57e2febd78
Author: Xiangrui Meng <[email protected]>
Date: 2015-02-19T22:07:25Z
move jblas to test scope
commit ceaa14d6aaa99b215b3b91df880e4f8b56885995
Author: Xiangrui Meng <[email protected]>
Date: 2015-02-19T22:58:01Z
replace jblas by netlib-java in graphx
commit e53e9f4bad4228ad2084efb82366162b610f4543
Author: Xiangrui Meng <[email protected]>
Date: 2015-02-19T23:55:30Z
remove jblas from mllib runtime
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]