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

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

                Author: ASF GitHub Bot
            Created on: 19/Apr/22 00:26
            Start Date: 19/Apr/22 00:26
    Worklog Time Spent: 10m 
      Work Description: sourabh912 commented on code in PR #3105:
URL: https://github.com/apache/hive/pull/3105#discussion_r852501434


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1356,6 +1356,13 @@ public static ConfVars getMetaConf(String name) {
         "Comma-separated list of tasks that will be started in separate 
threads.  These will be" +
             " started only when the metastore is running as a separate 
service.  They must " +
             "implement " + METASTORE_TASK_THREAD_CLASS),
+    THRIFT_TRANSPORT_MODE("metastore.server.thrift.transport.mode",
+        "hive.metastore.server.thrift.transport.mode", "binary",
+        "Transport mode for thrift server in Metastore. Can be binary or 
http"),
+    THRIFT_HTTP_PATH("metastore.server.thrift.http.path",

Review Comment:
   In HS2, the config name is `hive.server2.thrift.http.path` so we are good. 





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

    Worklog Id:     (was: 758177)
    Time Spent: 5h 40m  (was: 5.5h)

> Hive Metastore Thrift over HTTP
> -------------------------------
>
>                 Key: HIVE-21456
>                 URL: https://issues.apache.org/jira/browse/HIVE-21456
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore, Standalone Metastore
>            Reporter: Amit Khanna
>            Assignee: Sourabh Goyal
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-21456.2.patch, HIVE-21456.3.patch, 
> HIVE-21456.4.patch, HIVE-21456.patch
>
>          Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> Hive Metastore currently doesn't have support for HTTP transport because of 
> which it is not possible to access it via Knox. Adding support for Thrift 
> over HTTP transport will allow the clients to access via Knox



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to