[ https://issues.apache.org/jira/browse/HIVE-26818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis resolved HIVE-26818. ---------------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed Fixed in https://github.com/apache/hive/commit/af545603951c24f6559ed2b2fb0b7286b0c3d5be. Thanks for the reviews [~aturoczy], [~ayushsaxena], [~kokila19]! > Beeline module misses transitive dependencies due to shading > ------------------------------------------------------------ > > Key: HIVE-26818 > URL: https://issues.apache.org/jira/browse/HIVE-26818 > Project: Hive > Issue Type: Bug > Components: Beeline > Reporter: Stamatis Zampetakis > Assignee: Stamatis Zampetakis > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > Due to shading, the dependecy-reduced-pom.xml file is installed in the local > maven repository > (~/.m2/repository/org/apache/hive/hive-beeline/4.0.0-SNAPSHOT/) for beeline. > The latter indicates that the module doesn't have any transitive > dependencies. If we were publishing the shaded jar that would be true but we > publish the regular jar. > At this point, modules which include hive-beeline as a maven dependency are > broken and problems such as HIVE-26812 may occur. > I was under the impression that these also affects 4.0.0-alpha-2 release > (since it includes ) HIVE-25750) but strangely the published pom has all the > dependencies: > https://repo1.maven.org/maven2/org/apache/hive/hive-beeline/4.0.0-alpha-2/hive-beeline-4.0.0-alpha-2.pom -- This message was sent by Atlassian Jira (v8.20.10#820010)