I\'d like, from where I run a Spark job, to get the unique id of that job.
Via the Spark master node website, I can see that id. It\'s something like:
yes, exactly as you said:
sc.applicationId res0: String = app-20150224184813-11531
(This is spark 1.2)
See API doc at