If I'm not mistaken, dataproc submits spark application on YARN in client mode by default.
Hence, when I submit an application from my laptop, the driver should run on my laptop.
Nevertheless, I killed the process and the job was still running.
I'm wondering where the driver runs ?