YUBI LEE created IMPALA-13696:
---------------------------------
Summary: JAX-RS libraries conflict
Key: IMPALA-13696
URL: https://issues.apache.org/jira/browse/IMPALA-13696
Project: IMPALA
Issue Type: Bug
Reporter: YUBI LEE
There are some libraries conflicting with javax.ws.rs-api-2.1.1.jar.
- "jersey-bundle-1.19.3.jar" from org.apache.ranger:ranger-plugins-common
- "jsr311-api-1.1.1.jar" from org.apache.hudi:hudi-hadoop-mr
I found that in some environment, "jersey-bundle-1.19.3.jar" comes first in
CLASSPATH and it preventes impalad from starting up.
{code}
[root@e8e9e54d63f0 jars]# pwd
/tmp/impala/opt/impala/lib/jars
[root@e8e9e54d63f0 jars]# grep -rE '^javax/ws/rs/core/NewCookie' *.jar
Binary file javax.ws.rs-api-2.1.1.jar matches
Binary file jersey-bundle-1.19.3.jar matches
Binary file jsr311-api-1.1.1.jar matches
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]