wForget commented on PR #36:
URL: https://github.com/apache/incubator-uniffle/pull/36#issuecomment-1176053506
Hi @jerqi , the `org.glassfish.jersey.core:jersey-server:2.35` package I
want to import conflicts with the `com.sun.jersey:jersey-core:1.9` package that
is depended on by `hadoop-minicluster`. There seems to be no good way to solve
it. Could you give me some suggestions?
```
2022-07-06 18:18:12,400 INFO [main] server.AbstractConnector
(AbstractConnector.java:doStart(278)) - Started
ServerConnector@660591fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9528}
java.lang.NoSuchMethodError:
javax.ws.rs.core.Application.getProperties()Ljava/util/Map;
at
org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:311)
at
org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]