Re: executor delay in Spark

2016-04-27 Thread Mike Hynes
. > > @Jeff, setting minRegisteredResourcesRatio did not help. Behavior was same > as before. > > Thank you for your time. > > Regards, > Raghava. > > > On Sun, Apr 24, 2016 at 7:17 PM, Mike Hynes <91m...@gmail.com> wrote: > >> Could you change numPar

Re: executor delay in Spark

2016-04-24 Thread Mike Hynes
the partitioning is even (happens when count is moved). > > Any pointers in figuring out this issue is much appreciated. > > Regards, > Raghava. > > > > > On Fri, Apr 22, 2016 at 7:40 PM, Mike Hynes <91m...@gmail.com> wrote: > >> Glad to hear that th

Re: executor delay in Spark

2016-04-22 Thread Mike Hynes
it) at a > later stage also. > > Apart from introducing a dummy stage or running it from spark-shell, is > there any other option to fix this? > > Regards, > Raghava. > > > On Mon, Apr 18, 2016 at 12:17 AM, Mike Hynes <91m...@gmail.com> wrote: > >> When

Re: strange HashPartitioner behavior in Spark

2016-04-17 Thread Mike Hynes
durations less than the initial executor delay. I recommend you look at your logs to verify if this is happening to you. Mike On 4/18/16, Anuj Kumar wrote: > Good point Mike +1 > > On Mon, Apr 18, 2016 at 9:47 AM, Mike Hynes <91m...@gmail.com> wrote: > >> When submitting

Re: strange HashPartitioner behavior in Spark

2016-04-17 Thread Mike Hynes
When submitting a job with spark-submit, I've observed delays (up to 1--2 seconds) for the executors to respond to the driver in order to receive tasks in the first stage. The delay does not persist once the executors have been synchronized. When the tasks are very short, as may be your case (rela

Re: RDD Partitions not distributed evenly to executors

2016-04-06 Thread Mike Hynes
t; > > On Mon, Apr 4, 2016 at 10:57 PM, Koert Kuipers wrote: > >> can you try: >> spark.shuffle.reduceLocality.enabled=false >> >> On Mon, Apr 4, 2016 at 8:17 PM, Mike Hynes <91m...@gmail.com> wrote: >> >>> Dear all, >>> >>>

Re: RDD Partitions not distributed evenly to executors

2016-04-04 Thread Mike Hynes
f anyone else has any other ideas or experience, please let me know. Mike On 4/4/16, Koert Kuipers wrote: > we ran into similar issues and it seems related to the new memory > management. can you try: > spark.memory.useLegacyMode = true > > On Mon, Apr 4, 2016 at 9:12 AM,

RDD Partitions not distributed evenly to executors

2016-04-04 Thread Mike Hynes
[ CC'ing dev list since nearly identical questions have occurred in user list recently w/o resolution; c.f.: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-work-distribution-among-execs-tt26502.html http://apache-spark-user-list.1001560.n3.nabble.com/Partitions-are-get-placed-on-the-sing