[
https://issues.apache.org/jira/browse/HIVE-28360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lvyankui updated HIVE-28360:
----------------------------
Description:
Hive version: 3.1.3
Hadoop version: 3.3.5
After upgrading to Hadoop 3.3.5, the Hive WebHCat server fails to start because
of inconsistent versions of the Jersey JAR package. Hive HCat lacks the
jersey-server-1.19 jar.
After upgrading to Hadoop 3.3.5+, Hadoop updates jersey to version
{color:#ff0000}1.19.4{color}, which is inconsistent with the jersey version in
the Hive WebHCat server. As a result, the startup fails. To resolve this,
manually download a package and place it in
/usr/lib/hive-hcatalog/share/webhcat/svr/lib/
Therefore, when packaging Hive, we need to specify the version of Jersey in the
Hive POM file to match the version of Jersey in Hadoop to avoid version
conflicts.
was:
Hive version: 3.1.3
Hadoop version: 3.3.5
After upgrading to Hadoop 3.3.5, the Hive WebHCat server fails to start because
of inconsistent versions of the Jersey JAR package. Hive HCat lacks the
jersey-server-1.19 jar.
After upgrading to Hadoop 3.3.5+, Hadoop updates jersey to version
{color:#ff0000}1.19.4{color}, which is inconsistent with the jersey version in
the Hive WebHCat server. As a result, the startup fails. To resolve this,
manually download a package and place it in
/usr/lib/hive-hcatalog/share/webhcat/svr/lib/
Therefore, when packaging Hive, we need to specify the version of Jersey in the
Hive POM file to match the version of Jersey in Hadoop to avoid version
conflicts.
!image-2023-07-27-16-18-03-692.png!
> Upgrade jersey to version 1.19.4,
> ---------------------------------
>
> Key: HIVE-28360
> URL: https://issues.apache.org/jira/browse/HIVE-28360
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.1.3
> Reporter: lvyankui
> Assignee: lvyankui
> Priority: Major
> Attachments: HIVE-28360.patch
>
>
> Hive version: 3.1.3
> Hadoop version: 3.3.5
> After upgrading to Hadoop 3.3.5, the Hive WebHCat server fails to start
> because of inconsistent versions of the Jersey JAR package. Hive HCat lacks
> the jersey-server-1.19 jar.
>
> After upgrading to Hadoop 3.3.5+, Hadoop updates jersey to version
> {color:#ff0000}1.19.4{color}, which is inconsistent with the jersey version
> in the Hive WebHCat server. As a result, the startup fails. To resolve this,
> manually download a package and place it in
> /usr/lib/hive-hcatalog/share/webhcat/svr/lib/
> Therefore, when packaging Hive, we need to specify the version of Jersey in
> the Hive POM file to match the version of Jersey in Hadoop to avoid version
> conflicts.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)