[ https://issues.apache.org/jira/browse/HIVE-25317?focusedWorklogId=641313&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641313 ]
ASF GitHub Bot logged work on HIVE-25317: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Aug/21 20:38 Start Date: 24/Aug/21 20:38 Worklog Time Spent: 10m Work Description: viirya commented on a change in pull request #2459: URL: https://github.com/apache/hive/pull/2459#discussion_r695185072 ########## File path: llap-server/pom.xml ########## @@ -38,6 +38,7 @@ <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>${project.version}</version> + <classifier>core</classifier> Review comment: As more dependencies are relocated here, some modules if they depends on non-core artifact, will cause class not found error... The motivation is because we want to use shaded version of hive-exec (i.e., w/o classifier) in Spark to make sure it doesn't conflict guava version there. But there are more dependencies conflict with Spark. We need to relocate these dependencies too.. -- 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: 641313) Time Spent: 2h 20m (was: 2h 10m) > Relocate dependencies in shaded hive-exec module > ------------------------------------------------ > > Key: HIVE-25317 > URL: https://issues.apache.org/jira/browse/HIVE-25317 > Project: Hive > Issue Type: Improvement > Affects Versions: 2.3.8 > Reporter: L. C. Hsieh > Assignee: L. C. Hsieh > Priority: Major > Labels: pull-request-available > Time Spent: 2h 20m > Remaining Estimate: 0h > > When we want to use shaded version of hive-exec (i.e., w/o classifier), more > dependencies conflict with Spark. We need to relocate these dependencies too. -- This message was sent by Atlassian Jira (v8.3.4#803005)