spark-instrumented-optimizer/mllib
Xiangrui Meng 2f59ce7dbe [SPARK-2358][MLLIB] Add an option to include native BLAS/LAPACK loader in the build
It would be easy for users to include the netlib-java jniloader in the spark jar, which is LGPL-licensed. We can follow the same approach as ganglia support in Spark, which could be enabled by turning on "-Pganglia-lgpl" at build time. We can use "-Pnetlib-lgpl" flag for this.

Author: Xiangrui Meng <meng@databricks.com>

Closes #1295 from mengxr/netlib-lgpl and squashes the following commits:

aebf001 [Xiangrui Meng] add a profile to optionally include native BLAS/LAPACK loader in mllib
2014-07-10 21:57:54 -07:00
..
data SPARK-1727. Correct small compile errors, typos, and markdown issues in (primarly) MLlib docs 2014-05-06 20:07:22 -07:00
src SPARK-1782: svd for sparse matrix using ARPACK 2014-07-09 12:15:08 -07:00
pom.xml [SPARK-2358][MLLIB] Add an option to include native BLAS/LAPACK loader in the build 2014-07-10 21:57:54 -07:00