Re: how to using local repository in spark[dev]

2015-11-30 Thread Jacek Laskowski
Hi, Maven uses its own repo as does sbt. To cross the repo boundaries use the following: resolvers += Resolver.mavenLocal in your build.sbt or any other build definition as described in http://www.scala-sbt.org/0.13/tutorial/Library-Dependencies.html#Resolvers. You did it so let's give the

how to using local repository in spark[dev]

2015-11-27 Thread lihu
Hi, All: I modify the spark code and try to use some extra jars in Spark, the extra jars is published in my local maven repository using* mvn install*. However the sbt can not find this jars file, even I can find this jar fils under* /home/myname/.m2/resposiroty*. I can guarantee