shahidki31 opened a new pull request #26378: 
[SPARK-29724][SPARK-29726][WEBUI][SQL] Support JDBC/ODBC tab for HistoryServer 
WebUI
URL: https://github.com/apache/spark/pull/26378
 
 
   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: 
https://spark.apache.org/contributing.html
     2. Ensure you have added or run the appropriate tests for your PR: 
https://spark.apache.org/developer-tools.html
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][SPARK-XXXX] Your PR title ...'.
     4. Be sure to keep the PR description updated to reflect all changes.
     5. Please write your PR title to summarize what this PR proposes.
     6. If possible, provide a concise example to reproduce the issue for a 
faster review.
   -->
   
   ### What changes were proposed in this pull request?
   <!--
   Please clarify what changes you are proposing. The purpose of this section 
is to outline the changes and how this PR fixes the issue. 
   If possible, please consider writing useful notes for better and faster 
reviews in your PR. See the examples below.
     1. If you refactor some codes with changing classes, showing the class 
hierarchy will help reviewers.
     2. If you fix some SQL features, you can provide some references of other 
DBMSes.
     3. If there is design documentation, please add the link.
     4. If there is a discussion in the mailing list, please add the link.
   -->
    Support JDBC/ODBC tab for HistoryServer WebUI. Currently from Historyserver 
we can't access the JDBC/ODBC tab for thrift server applications. In this PR, I 
am doing 2 main changes
   1. Refactor existing thrift server listener to support kvstore
   2. Add history server plugin for thrift server listener and tab.
   
   ### Why are the changes needed?
   Users can access Thriftserver tab from History server for both running and 
finished applications,
   
   ### Does this PR introduce any user-facing change?
   Support for JDBC/ODBC tab  for the WEBUI from History server
   
   
   ### How was this patch tested?
   Add UT and Manual tests
   1. Start Thriftserver and Historyserver
   ```
   sbin/stop-thriftserver.sh
   sbin/stop-historyserver.sh
   sbin/start-thriftserver.sh
   sbin/start-historyserver.sh
   ```
   2. Launch beeline
   `bin/beeline -u jdbc:hive2://localhost:10000`
   
   3. Run queries
   
   Go to the JDBC/ODBC page of the WebUI from History server

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to