thanks. This takes a lot of time though. It takes me 10 mins for the build to finish after changing a single line of code. Is there a quicker way?
On Fri, Oct 25, 2013 at 2:35 AM, Sergey Soldatov <[email protected]>wrote: > Hi Umar, > Exactly. You need to use sbt/sbt assembly > It will compile only changed files and build the assembly. > > Thanks, > Sergey > > > On Fri, Oct 25, 2013 at 1:29 PM, Umar Javed <[email protected]> wrote: > >> Hi, >> >> After making a change to a .scala file in the spark source code, how I >> build it using sbt? Do I have to use 'sbt/sbt assembly' again? >> >> cheers, >> Umar >> > >
