I don't fully understand your question. Could you explain it in more details? Thanks! -Xiangrui
On Mon, Jun 8, 2015 at 2:26 AM, Jean-Charles RISCH < risch.jeanchar...@gmail.com> wrote: > 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 > ᐧ >