If you want to speed up your local development / testing workflow, check out the "Reducing Build Times" section in the Spark Wiki:
https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools On Sat, Aug 16, 2014 at 10:56 PM, Deep Pradhan <pradhandeep1...@gmail.com> wrote: > Hi, > I am just playing around with the codes in Spark. > I am printing out some statements of the codes given in Spark so as to see > how it looks. > Every time I change/add something to the code I have to run the command > > *SPARK_HADOOP_VERSION=2.3.0 sbt/sbt assembly* > > which is tiresome at times. > Is there any way to check out the codes or even add a new code (a new file > to the examples directory) to the Spark already available without having to > do sbt/sbt assembly? Please tell me for a single node as well as a multi > node cluster. > > Thank You >