Sam Steingold created SPARK-7711:
------------------------------------
Summary: startTime() is missing
Key: SPARK-7711
URL: https://issues.apache.org/jira/browse/SPARK-7711
Project: Spark
Issue Type: Bug
Components: PySpark
Affects Versions: 1.3.1
Reporter: Sam Steingold
In PySpark 1.3, there appears to be no
[startTime|https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html#startTime%28%29]:
{code}
>>> sc.startTime
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'SparkContext' object has no attribute 'startTime'
{code}
Scala has the method:
{code}
scala> sc.startTime
res1: Long = 1431974499272
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]