GitHub user liancheng opened a pull request:

    https://github.com/apache/spark/pull/10004

    [SPARK-12012] [SQL] Show more comprehensive PhysicalRDD metadata when 
visualizing SQL query plan

    This PR adds a `private[sql]` method `metadata` to `SparkPlan`, which can 
be used to describe detail information about a physical plan during 
visualization. Specifically, this PR uses this method to provide details of 
`PhysicalRDD`s translated from a data source relation. As shown in the 
following screenshot:
    
    
![image](https://cloud.githubusercontent.com/assets/230655/11422817/0249861a-947a-11e5-8ee5-c7fdd618dec4.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liancheng/spark 
spark-12012.physical-rdd-metadata

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10004.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10004
    
----
commit b6a32c76e3f4f26673672a916b6b5b77484c174b
Author: Cheng Lian <[email protected]>
Date:   2015-11-26T12:02:34Z

    Show more comprehensive PhysicalRDD metadata when visualizing SQL query plan

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to