When submitting spark streaming program using spark-submit(YARN mode)
it keep polling the status and never exit
Is there any option in spark-submit to exit after the submission?
===why this trouble me===
The streaming program will run forever and i don't need the status update
I can ctrl+c to stop it if i start it manually
but i have lots of streaming context to start and i need to start them using script
I can put the spark-submit program in background,
but after lots of background java process created, the user corresponding to, will not able to run any other java process because JVM cannot create GC thread
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…