GitHub user dbtsai opened a pull request:
https://github.com/apache/spark/pull/12241
[SPARK-13944][ML][MLLIB] add the mllib-local build to maven pom
## What changes were proposed in this pull request?
In order to separate the linear algebra, and vector matrix classes into a
standalone jar, we need to setup the build first. This PR will create a new jar
called mllib-local with minimal dependencies. The test scope will still depend
on spark-core and spark-core-test in order to use the common utilities, but the
runtime will avoid any platform dependency. Couple platform independent classes
will be moved to this package to demonstrate how this work.
## How was this patch tested?
Unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dbtsai/spark dbtsai-mllib-local-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12241.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 #12241
----
commit b9870d6c62d75cd59698bd72751bc4f7854cd2e3
Author: DB Tsai <[email protected]>
Date: 2016-04-06T21:38:10Z
add the mllib-local build to maven pom
----
---
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]