[
https://issues.apache.org/jira/browse/SPARK-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731618#comment-14731618
]
Apache Spark commented on SPARK-10397:
--------------------------------------
User 'alexrovner' has created a pull request for this issue:
https://github.com/apache/spark/pull/8608
> Make Python's SparkContext self-descriptive on "print sc"
> ---------------------------------------------------------
>
> Key: SPARK-10397
> URL: https://issues.apache.org/jira/browse/SPARK-10397
> Project: Spark
> Issue Type: Improvement
> Components: PySpark
> Affects Versions: 1.4.0
> Reporter: Sergey Tryuber
> Priority: Trivial
>
> When I execute in Python shell:
> {code}
> print sc
> {code}
> I receive something like:
> {noformat}
> <pyspark.context.SparkContext object at 0x35c0190>
> {noformat}
> But this is very inconvenient, especially if a user wants to create a
> good-looking and self-descriptive IPython Notebook. He would like to see some
> information about his Spark cluster.
> In contrast, H2O context does have this feature and it is very helpful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]