[
https://issues.apache.org/jira/browse/HBASE-24284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Stack reopened HBASE-24284:
-----------------------------------
Reopen to push addendum which readds jaxb to hadoop3 profile only:
{code}
diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 781748d7de..ff52764db8 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -418,10 +418,6 @@
<artifactId>hadoop-minicluster</artifactId>
<scope>test</scope>
<exclusions>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
kalashnikov:target stack$
{code}
> [h3/jdk11] REST server won't start
> ----------------------------------
>
> Key: HBASE-24284
> URL: https://issues.apache.org/jira/browse/HBASE-24284
> Project: HBase
> Issue Type: Bug
> Components: REST
> Reporter: Michael Stack
> Assignee: Michael Stack
> Priority: Major
> Fix For: 3.0.0-alpha-1, 2.3.0
>
>
> {code}
> 2020-04-29 07:06:31,610 INFO [main] server.AbstractConnector: Started
> ServerConnector@1bdf8190{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
> Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.Map
> javax.ws.rs.core.Application.getProperties()'
> at
> org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:331)
> at
> org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:392)
> at
> org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:177)
> {code}
> Seems fine for hadoop2/jdk8.
> I get the above when I do: mvn install -Dhadoop.profile=3.0 building w/ jdk11.
> Fix coming...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)