Re: welcome a new batch of committers

2018-10-03 Thread Madhusudanan Kandasamy
Congratulations Ishizaki-san..Thanks,Madhu._-Denny Lee wrote: -To: Dongjin Lee From: Denny Lee Date: 10/03/2018 06:31PMCc: dev Subject: Re: welcome a new batch of committ

Re: Unable to run the spark application in standalone cluster mode

2015-08-19 Thread Madhusudanan Kandasamy
Try Increasing the spark worker memory in conf/spark-env.sh export SPARK_WORKER_MEMORY=2g Thanks, Madhu. Ratika Prasad

RE: Unable to run the spark application in standalone cluster mode

2015-08-19 Thread Madhusudanan Kandasamy
Should this be done on master or slave node or both ? From: Madhusudanan Kandasamy [mailto:madhusuda...@in.ibm.com] Sent: Wednesday, August 19, 2015 9:31 PM To: Ratika Prasa

Question on DAGScheduler.getMissingParentStages()

2015-09-08 Thread Madhusudanan Kandasamy
Hi, I'm new to SPARK, trying to understand the DAGScheduler code flow. As per my understanding it looks like getMissingParentStages() doing a redundant job of re-calculating stage dependencies. When the first stage is created all of its dependent/parent stages would be recursively calculated and