GitHub user uncleGen opened a pull request:

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

    [SPARK-18495][UI] Document meaning of green dot in DAG visualization

    ## What changes were proposed in this pull request?
    
    A green dot in the DAG visualization apparently means that the referenced 
RDD is cached. This is not documented anywhere except in this [blog 
post](https://databricks.com/blog/2015/06/22/understanding-your-spark-application-through-visualization.html).
    It would be good if the Web UI itself documented this somehow (perhaps in 
the tooltip?) so that the user can naturally learn what it means while using 
the Web UI.
    
    before pr:
    
    
![dingtalk20170125180158](https://cloud.githubusercontent.com/assets/7402327/22286167/37910ea2-e329-11e6-9aae-03dce6fceee2.png)
    
![dingtalk20170125180218](https://cloud.githubusercontent.com/assets/7402327/22286178/421f3132-e329-11e6-8283-ba6bbd15cfb0.png)
    
    after pr:
    
![dingtalk20170125175704](https://cloud.githubusercontent.com/assets/7402327/22286216/56a0050a-e329-11e6-813d-2be96b5ab7f1.png)
    
![dingtalk20170125175749](https://cloud.githubusercontent.com/assets/7402327/22286233/618cd646-e329-11e6-9ce5-10322b169dcb.png)
    
    
    ## How was this patch tested?
    


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

    $ git pull https://github.com/uncleGen/spark SPARK-18495

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

    https://github.com/apache/spark/pull/16702.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 #16702
    
----
commit 619edc7ea0dd6915d1199b0f995429ea531f7739
Author: uncleGen <husty...@gmail.com>
Date:   2017-01-25T10:04:33Z

    PARK-18495: Document meaning of green dot in DAG visualization

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to