GitHub user jaceklaskowski opened a pull request:

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

    [SPARK-20600][SS] KafkaRelation should be pretty printed in web UI

    ## What changes were proposed in this pull request?
    
    User-friendly name of `KafkaRelation` in web UI (under Details for Query).
    
    ### Before
    
    <img width="516" alt="spark-20600-before" 
src="https://cloud.githubusercontent.com/assets/62313/25841955/74479ac6-34a2-11e7-87fb-d9f62a1356a7.png";>
    
    ### After
    
    <img width="439" alt="spark-20600-after" 
src="https://cloud.githubusercontent.com/assets/62313/25841829/f5335630-34a1-11e7-85a4-afe9b66d73c8.png";>
    
    ## How was this patch tested?
    
    Local build
    
    ```
    ./bin/spark-shell --jars 
~/.m2/repository/org/apache/spark/spark-sql-kafka-0-10_2.11/2.3.0-SNAPSHOT/spark-sql-kafka-0-10_2.11-2.3.0-SNAPSHOT.jar
 --packages org.apache.kafka:kafka-clients:0.10.0.1
    ```

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

    $ git pull https://github.com/jaceklaskowski/spark 
SPARK-20600-KafkaRelation-webUI

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

    https://github.com/apache/spark/pull/17917.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 #17917
    
----
commit 2ffe4476553cfe50eb6392d8e573545a92fef737
Author: Jacek Laskowski <ja...@japila.pl>
Date:   2017-05-09T08:20:49Z

    [SPARK-20600][SQL] KafkaRelation should be pretty printed in web UI 
(Details for Query)

----


---
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