[ 
https://issues.apache.org/jira/browse/HIVE-24495?focusedWorklogId=520792&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-520792
 ]

ASF GitHub Bot logged work on HIVE-24495:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Dec/20 17:25
            Start Date: 06/Dec/20 17:25
    Worklog Time Spent: 10m 
      Work Description: Noremac201 opened a new pull request #1747:
URL: https://github.com/apache/hive/pull/1747


   ### What changes were proposed in this pull request?
   This change is built on top of #1741 #1740.
   
   This extracts out the logic of starting a thrift hive metastore server into 
a separate class, which will allow for more modular support of additional 
listeners in the future, while also cleaning up the current hivemetastore.java 
file.
   
   ### Why are the changes needed?
   This will allow for more modular support of additional listeners in the 
future (such as grpc) since now there is a common interface to implement that 
isn't based around thrift solely.
   
   ### Does this PR introduce _any_ user-facing change?
   no
   
   ### How was this patch tested?
   Existing unit tests should cover the changes made here, since this is a 
refactoring.
   


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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 520792)
    Remaining Estimate: 0h
            Time Spent: 10m

> modularize hive metastore server startup logic
> ----------------------------------------------
>
>                 Key: HIVE-24495
>                 URL: https://issues.apache.org/jira/browse/HIVE-24495
>             Project: Hive
>          Issue Type: Improvement
>          Components: Standalone Metastore
>            Reporter: Cameron Moberg
>            Assignee: Cameron Moberg
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In the future there might be cause to have a modular system of 
> loading/starting a server such that we want to add other servers (such as 
> grpc/rest), the logic of starting hive server is tightly coupled with 
> hivemetastore.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to