[
https://issues.apache.org/jira/browse/HIVE-26118?focusedWorklogId=753168&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-753168
]
ASF GitHub Bot logged work on HIVE-26118:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/22 01:36
Start Date: 06/Apr/22 01:36
Worklog Time Spent: 10m
Work Description: nrg4878 opened a new pull request, #3180:
URL: https://github.com/apache/hive/pull/3180
### What changes were proposed in this pull request?
The jar name the beeline standalone assembly build is looking for,
original-jar-with-dependencies.jar, does not match the name of the jar being
built by the beeline build, jar-with-dependencies.jar. So the uber jar is not
being bundled into the final apache-hive-beeline.xxx.tar.gz
### Why are the changes needed?
To include the uber jar into the beeline assembly.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manually
Issue Time Tracking
-------------------
Worklog Id: (was: 753168)
Remaining Estimate: 0h
Time Spent: 10m
> [Standalone Beeline] Jar name mismatch between build and assembly
> -----------------------------------------------------------------
>
> Key: HIVE-26118
> URL: https://issues.apache.org/jira/browse/HIVE-26118
> Project: Hive
> Issue Type: Sub-task
> Components: Beeline
> Affects Versions: 3.0.0
> Reporter: Naveen Gangam
> Assignee: Naveen Gangam
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Fix from HIVE-25750 has an issue where the beeline builds a jar named
> "jar-with-dependencies.jar" but the assembly looks for a jar name
> "original-jar-with-dependencies.jar". Thus this uber jar never gets included
> in the distribution.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)