sunchao commented on PR #4461:
URL: https://github.com/apache/hadoop/pull/4461#issuecomment-1162735000

   In this case, the problematic class is 
`org.apache.hadoop.shaded.javax.ws.rs.core.NoContentException` which is only in 
`javax.ws.rs:javax.ws.rs-api:jar` and is not shaded before this PR, and hence 
the exception.
   
   > Let us assume we did something with the shading, but Projects like Tez, 
when they add Hadoop as dependency they get both Jars and both have similar 
classes, so that creates a mess, something similar error message like here ...
   
   Hmm why is that? does Hive/Tez use shaded Hadoop client? the shading also 
comes with relocation so that it shouldn't interfere with the other 
dependencies.
   
   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to