spark.driver.host (local hostname) Hostname or IP address for the driver. This is used for communicating with the executors and the standalone Master.
On Fri, Jul 26, 2019 at 12:43 AM Latha Appanna <lathaxyz...@gmail.com> wrote: > Hello, > > I'm looking for ways to configure spark-master to launch *driver* in a > specific spark-worker in *cluster* deploy mode. Say, I have master1, > worker1 and worker2. I want spark-master to always launch driver in worker2 > in deploymode cluster and in spark standalone mode. Please let me know what > spark configurations need to be set to achieve this. > > > Thanks & Regards, > Latha > >