spark mllib error when predict on linear regression model

2015-02-12 Thread Donbeo
t.1001560.n3.nabble.com/spark-mllib-error-when-predict-on-linear-regression-model-tp21629.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org Fo

Re: Mllib Error

2014-12-11 Thread MEETHU MATHEW
Hi,Try this.Change spark-mllib to spark-mllib_2.10 libraryDependencies ++=Seq( "org.apache.spark" % "spark-core_2.10" % "1.1.1"  "org.apache.spark" % "spark-mllib_2.10" % "1.1.1" )  Thanks & Regards, Meethu M On Friday, 12 December 2014 12:22 PM, amin mohebbi wrote:  I'm trying to bu

Mllib Error

2014-12-11 Thread amin mohebbi
 I'm trying to build a very simple scala standalone app using the Mllib, but I get the following error when trying to bulid the program:Object Mllib is not a member of package org.apache.sparkThen, I realized that I have to add Mllib as dependency as follow :libraryDependencies ++= Seq( "org.apa

Re: Mllib error

2014-12-10 Thread Ritesh Kumar Singh
How did you build your spark 1.1.1 ? On Wed, Dec 10, 2014 at 10:41 AM, amin mohebbi wrote: > I'm trying to build a very simple scala standalone app using the Mllib, > but I get the following error when trying to bulid the program: > > Object mllib is not a member of package org.apache.spark > >

Mllib error

2014-12-09 Thread amin mohebbi
I'm trying to build a very simple scala standalone app using the Mllib, but I get the following error when trying to bulid the program:Object mllib is not a member of package org.apache.spark please note I just migrated from 1.0.2 to 1.1.1   Best Regards .