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
wrote:
> Hi,
> I am just playing around wit
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