This is an automated email from the ASF dual-hosted git repository.
ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3dd9a5b1 HIVE-26118: [Standalone beeline] Jar name mismatch in
assembly (Naveen Gangam, reviewed by Zhihua Deng) (#3180)
2f3dd9a5b1 is described below
commit 2f3dd9a5b1ef791635a21d526fd1c616d9e2bcb3
Author: Naveen Gangam <[email protected]>
AuthorDate: Thu Apr 7 04:18:49 2022 -0400
HIVE-26118: [Standalone beeline] Jar name mismatch in assembly (Naveen
Gangam, reviewed by Zhihua Deng) (#3180)
---
packaging/src/main/assembly/beeline.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/src/main/assembly/beeline.xml
b/packaging/src/main/assembly/beeline.xml
index d18e327eeb..c6c5e62a94 100644
--- a/packaging/src/main/assembly/beeline.xml
+++ b/packaging/src/main/assembly/beeline.xml
@@ -79,7 +79,7 @@
<directory>${project.parent.basedir}/beeline/target</directory>
<outputDirectory>lib</outputDirectory>
<includes>
- <include>original-jar-with-dependencies.jar</include>
+ <include>jar-with-dependencies.jar</include>
</includes>
</fileSet>
</fileSets>