Re: Program without doing assembly

2014-08-16 Thread Josh Rosen
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 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
>


Program without doing assembly

2014-08-16 Thread Deep Pradhan
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