Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/15947#discussion_r88805082
--- Diff: python/pyspark/conf.py ---
@@ -90,8 +90,8 @@ class SparkConf(object):
All setter methods in this class support chaining. For example,
you can write C{conf.setMaster("local").setAppName("My app")}.
- Note that once a SparkConf object is passed to Spark, it is cloned
- and can no longer be modified by the user.
+ .. note:: Once a SparkConf object is passed to Spark, it is cloned
+ and can no longer be modified by the user.
--- End diff --
(Note in class)
<img width="667" alt="2016-11-21 12 41 20"
src="https://cloud.githubusercontent.com/assets/6477701/20464321/e2572c88-af88-11e6-9e31-a706961aece8.png">
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]