I write a shell script that calls spark-sumit to submit an application to yarn with yarn cluster
mode.
When the application starts up, will the client process(process that submits application ) be terminated?
That is, when the application starts up and I shut down the machine on which client process runs, will the running application be unaffected and keep running?