-
- Downloads
[SPARK-18708][CORE] Improvement/improve docs in spark context file
## What changes were proposed in this pull request? SparkContext.scala was created a long time ago and contains several types of Scaladocs/Javadocs mixed together. Public methods/fields should have a Scaladoc that is formatted in the same way everywhere. This pull request also adds scaladoc to methods/fields that did not have it before. ## How was this patch tested? No actual code was modified, only comments. Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Aliaksandr.Bedrytski <aliaksandr.bedrytski@valtech.co.uk> Closes #16137 from Mironor/improvement/improve-docs-in-spark-context-file.
Please register or sign in to comment