Re: Master-Worker communication on Standalone cluster issues

2017-04-06 Thread Yan Facai
1. For worker and master: spark.worker.timeout 60s see: http://spark.apache.org/docs/latest/spark-standalone.html 2. For executor and driver: spark.executor.heartbeatInterval 10s see: http://spark.apache.org/docs/latest/configuration.html Please correct me if I'm wrong. On Thu, Apr 6, 2017

Master-Worker communication on Standalone cluster issues

2017-04-05 Thread map reduced
Hi, I was wondering on how often does Worker pings Master to check on Master's liveness? Or is it the Master (Resource manager) that pings Workers to check on their liveness and if any workers are dead to spawn ? Or is it both? Some info: Standalone cluster 1 Master - 8core 12Gb 32 workers -