To speed up the build process, take a look at install_zinc() in build/mvn, around line 83.
And the following around line 137: # Now that zinc is ensured to be installed, check its status and, if its # not running or just installed, start it FYI On Sun, Mar 20, 2016 at 7:44 PM, Tenghuan He <tenghua...@gmail.com> wrote: > Hi everyone, > > I am trying to add a new method to spark RDD. After changing the code > of RDD.scala and running the following command > mvn -pl :spark-core_2.10 -DskipTests clean install > It BUILD SUCCESS, however, when starting the bin\spark-shell, my > method cannot be found. > Do I have to rebuild the whole spark project instead the spark-core > submodule to make the changes work? > Rebuiling the whole project is too time consuming, is there any better > choice? > > > Thanks & Best Regards > > Tenghuan He > >