ragarkar commented on PR #5210:
URL: https://github.com/apache/hbase/pull/5210#issuecomment-1535724946

   > And we have shaded jersey in hbase-thirdparty and in hbase we should be 
using the shaded one, so could you please provide more information about the 
conflicts? What is the stack trace looks like?
   > 
   > Thanks.
   
   Yes. I could see that hbase is using the shaded library, but it also adds 
the javax.ws.rs-api*.jar to the classpath while starting the server. Atlas 
co-processor on the other hand is using the non-shaded version of javax 
libraries which I think, is causing the conflict. Since HBase is not using the 
non-shaded version, I think, it's safe for HBase to not add it to the 
classpath. However, the library might be needed by some other components and 
hence, I am not sure if removing it from the bundle is safe or not.


-- 
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]

Reply via email to