[
https://issues.apache.org/jira/browse/HBASE-27820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728473#comment-17728473
]
Hudson commented on HBASE-27820:
--------------------------------
Results for branch branch-2.5
[build #362 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/362/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/362/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/362/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/362/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/362/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> HBase is not starting due to Jersey library conflicts with javax.ws.rs.api jar
> ------------------------------------------------------------------------------
>
> Key: HBASE-27820
> URL: https://issues.apache.org/jira/browse/HBASE-27820
> Project: HBase
> Issue Type: Task
> Components: dependencies
> Affects Versions: 3.0.0-alpha-3
> Reporter: Rahul Agarkar
> Assignee: Rahul Agarkar
> Priority: Major
> Fix For: 2.6.0, 3.0.0-alpha-4, 2.5.5, 2.4.18
>
>
> With some recent Atlas changes for supporting HTTP based hook support, HBase
> is not starting because of conflicts between jersey jars and rs-api jar.
> This Jira is to exclude the javax.ws.rs-api.jar from the HBase classpath.
> HBase uses shaded jersey jars and hence does not need to use this jar
> directly. However, it still adds this jar to the CLASSPATH while starting the
> server. Atlas on the other hand is using a non-shaded version of
> javax.ws.rs-api jar which causes this conflict and causes the hbase server
> fail while initializing atlas co-processor.
> Since hbase is using shaded jersey jar and not using this jar directly, it
> should be removed from the bundle as it may cause similar conflicts with
> other client applications potentially using it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)