I am using Spark 2.0.0 and I have web based RStudio through which I am using SparkR package.
While running a large program if I have to kill a job during process, How can I do that?
STOP button in R doesn't work and If I kill the session itself then all the objects created in that session also get removed.
What is the best way to do it?