pyspark.SparkContext.setJobDescription#
- SparkContext.setJobDescription(value)[source]#
- Set a human readable description of the current job. - New in version 2.3.0. - Parameters
- valuestr
- The job description to set. 
 
 - Notes - If you run jobs in parallel, use - pyspark.InheritableThreadfor thread local inheritance.