[ 
https://issues.apache.org/jira/browse/SPARK-7711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-7711:
-----------------------------------

    Assignee:     (was: Apache Spark)

> 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
>            Priority: Minor
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to