0

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
1
  • Please show us your sbt file. Commented Oct 8, 2016 at 15:04

1 Answer 1

1

Please look at the package -

import org.apache.spark.mllib._

And follow the guide here. https://spark.apache.org/docs/1.1.0/mllib-guide.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.