[ https://issues.apache.org/jira/browse/HIVE-25317?focusedWorklogId=623877&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-623877 ]
ASF GitHub Bot logged work on HIVE-25317: ----------------------------------------- Author: ASF GitHub Bot Created on: 16/Jul/21 20:54 Start Date: 16/Jul/21 20:54 Worklog Time Spent: 10m Work Description: viirya commented on pull request #2459: URL: https://github.com/apache/hive/pull/2459#issuecomment-881712574 I'm not sure why this happens, or if it is caused by this change. `HiveConf` is not from hive-exec (ql), and this doesn't relocate any Hive internal class (we shoudn't do this too). cc @sunchao ``` java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hive.conf.HiveConf$ConfVars at org.apache.hadoop.hive.druid.TestDruidStorageHandler.testCommitCreateTablePlusCommitDropTableWithoutPurge(TestDruidStorageHandler.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ``` -- 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: 623877) Time Spent: 1h (was: 50m) > 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 > Priority: Major > Labels: pull-request-available > Time Spent: 1h > 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)