Hi, I am playing with Mllib (Spark 1.3.1) and my auto completion propositions don't correspond to the official API.
Here are my dependencies : libraryDependencies += "org.apache.hadoop" % "hadoop-client" % "1.0.4" libraryDependencies += "org.apache.spark" %% "spark-core" % "1.3.1" excludeAll( ExclusionRule(organization = "org.apache.hadoop") ) libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.3.1" excludeAll( ExclusionRule(organization = "org.apache.hadoop") Is it a "common" problem? What API do I have to use? Thanks, JC ᐧ