Sergey Tryuber created SPARK-10397:
--------------------------------------

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

Reply via email to