You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sam Steingold (JIRA)" <ji...@apache.org> on 2015/05/18 21:02:01 UTC

[jira] [Created] (SPARK-7711) startTime() is missing

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org