[ https://issues.apache.org/jira/browse/HIVE-21456?focusedWorklogId=784685&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784685 ]
ASF GitHub Bot logged work on HIVE-21456: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Jun/22 18:38 Start Date: 24/Jun/22 18:38 Worklog Time Spent: 10m Work Description: sourabh912 commented on code in PR #3381: URL: https://github.com/apache/hive/pull/3381#discussion_r906307434 ########## standalone-metastore/pom.xml: ########## @@ -432,6 +443,31 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>${jetty.version}</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-rewrite</artifactId> + <version>${jetty.version}</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> Review Comment: Looks like yes. I will take a look and remove dependencies which are not required. Issue Time Tracking ------------------- Worklog Id: (was: 784685) Time Spent: 8.5h (was: 8h 20m) > 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: 8.5h > 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.7#820007)