Thanks for point me to the MLlib guide. I was looking at only README and
Spark docs.
Also found it's already filed in JIRA
https://spark-project.atlassian.net/browse/SPARK-797
On Wed, Jul 9, 2014 at 7:45 PM, Xiangrui Meng wrote:
> It is documented in the official doc:
> http://spark.apache.org
It is documented in the official doc:
http://spark.apache.org/docs/latest/mllib-guide.html
On Wed, Jul 9, 2014 at 7:35 PM, Taka Shinagawa wrote:
> Hi,
>
> After testing Spark 1.0.1-RC2 on EC2 instances from the standard Ubuntu and
> Amazon Linux AMIs,
> I've noticed the MLlib's dependancy on gfor
Hi,
After testing Spark 1.0.1-RC2 on EC2 instances from the standard Ubuntu and
Amazon Linux AMIs,
I've noticed the MLlib's dependancy on gfortran library (libgfortran.so.3).
"sbt assembly" succeeds without this library installed, but "sbt test"
fails as follows.
I'm wondering if documenting thi