I want to update the spark properties of a currently running spark streaming job.
I have set some properties on SparkConf in the programs and some on spark-defaults.conf.
How do i update them so that my curently running job will pick them?
Is it possible to do like that?