When sending a sparking program using the spark-submit function (YARN mode), it continues to check the status and never exits
Is there an option in spark-submit to exit after sending?
=== why is this problem me ===
The streaming program will run forever and I do not need a status update
I can ctrl + c to stop it if I start it manually but I have a lot of streaming context to start and I need to start them with a script
I can put the fix-send program in the background, but after creating a large java process, the corresponding user will not be able to start any other Java process, since the JVM cannot create the GC thread
yarn apache-spark
Peter Chan
source share