[ https://issues.apache.org/jira/browse/HIVE-21456?focusedWorklogId=746051&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746051 ]
ASF GitHub Bot logged work on HIVE-21456: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/Mar/22 19:11 Start Date: 22/Mar/22 19:11 Worklog Time Spent: 10m Work Description: sourabh912 commented on a change in pull request #3105: URL: https://github.com/apache/hive/pull/3105#discussion_r832503645 ########## File path: itests/hive-unit/src/main/java/org/hadoop/hive/jdbc/SSLTestUtils.java ########## @@ -67,6 +67,12 @@ public static void setMetastoreSslConf(HiveConf conf) { KEY_STORE_TRUST_STORE_PASSWORD); } + public static void setMetastoreHttpsConf(HiveConf conf) { + setMetastoreSslConf(conf); + MetastoreConf.setVar(conf, MetastoreConf.ConfVars.TRANSPORT_MODE, "http"); Review comment: Yes, it should be THRIFT_TRANSPORT_MODE. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 746051) Time Spent: 1h 50m (was: 1h 40m) > Hive Metastore HTTP Thrift > -------------------------- > > 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: 1h 50m > 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)