aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/context.py')
-rw-r--r--python/pyspark/context.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index eb5b0bbbda..1b2a52ad64 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -302,10 +302,10 @@ class SparkContext(object):
"""
A unique identifier for the Spark application.
Its format depends on the scheduler implementation.
- (i.e.
- in case of local spark app something like 'local-1433865536131'
- in case of YARN something like 'application_1433865536131_34483'
- )
+
+ * in case of local spark app something like 'local-1433865536131'
+ * in case of YARN something like 'application_1433865536131_34483'
+
>>> sc.applicationId # doctest: +ELLIPSIS
u'local-...'
"""