Consider the following situation. Two jobs builed in the same jar, they will share some common code, for example, some static constants variables. Currently they are running on the same task manager process.
I killed job1, changed the static variable to another and then submit it again. Does another job will get the new value of the static variable or still use the old value? Thanks, Lei