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

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

    [ https://issues.apache.org/jira/browse/SPARK-7711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551498#comment-14551498 ] 

holdenk commented on SPARK-7711:
--------------------------------

I can add this.

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