Re: package/assemble with local spark

2014-07-28 Thread Reynold Xin
You can use publish-local in sbt. If you want to be more careful, you can give Spark a different version number and use that version number in your app. On Mon, Jul 28, 2014 at 4:33 AM, Larry Xiao wrote: > Hi, > > How do you package an app with modified spark? > > In seems sbt would resolve t

package/assemble with local spark

2014-07-28 Thread Larry Xiao
Hi, How do you package an app with modified spark? In seems sbt would resolve the dependencies, and use the official spark release. Thank you! Larry