GitHub user tejasapatil opened a pull request:

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

    [SPARK-23034][Hive][UI] Display tablename for `HiveTableScan` node in UI

    ## What changes were proposed in this pull request?
    
    For queries which scan multiple tables, it will be convenient if the DAG 
shown in Spark UI also showed which table is being scanned. This will make 
debugging easier. For this JIRA, I am scoping those for hive table scans only.
    
    ## How was this patch tested?
    
    ![screen shot 2018-01-10 at 3 52 58 
pm](https://user-images.githubusercontent.com/3230057/34802184-0f98971a-f621-11e7-9b32-b68e0884ec35.png)
    
    ![screen shot 2018-01-10 at 3 58 26 
pm](https://user-images.githubusercontent.com/3230057/34802189-16f1144c-f621-11e7-813c-3e733102e24e.png)

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

    $ git pull https://github.com/tejasapatil/spark SPARK-23034

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

    https://github.com/apache/spark/pull/20226.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 #20226
    
----
commit b972d1bfc0eb094dce72f782dccff7247276bbd2
Author: Tejas Patil <tejasp@...>
Date:   2018-01-11T00:11:06Z

    [SPARK-23034][Hive][UI] Display tablename for `HiveTableScan` node in UI

----


---

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

Reply via email to