Re: Getting exception org.apache.spark.SparkException: Job aborted: Task 1.0:37 failed more than 4 times

2013-10-29 Thread Sergey Soldatov
You may check 'out' files in logs directory for the failure details. On Wed, Oct 30, 2013 at 12:17 AM, Soumya Simanta soumya.sima...@gmail.comwrote: I'm using a pretty recent version of Spark ( 0.8) from Github and it's failing with the following exception for a very simple task on the

Re: help with sbt

2013-10-25 Thread Sergey Soldatov
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 umarj.ja...@gmail.com wrote: Hi, After making a change to a .scala file in the spark source code, how I build it using

Re: help with sbt

2013-10-25 Thread Sergey Soldatov
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 sergey.solda...@gmail.com wrote: Hi Umar, Exactly. You need to use sbt/sbt assembly It will compile only changed files and build