You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/04/28 09:38:46 UTC

[GitHub] [incubator-livy] mgaido91 commented on issue #170: [LiVY-590] Add dependency to jersey-core

mgaido91 commented on issue #170: [LiVY-590] Add dependency to jersey-core
URL: https://github.com/apache/incubator-livy/pull/170#issuecomment-487362756
 
 
   mmmh, well the `thriftserver/client` module is useful only for having a working beeline (which you can find in the dev folder). That jar/path is never used in the server side (it should not be used, at least). And in the ITs which are failing, hence, that path is not considered at all.
   I see, instead, that there is a test dependency on `hadoop-common` in the `livy-integration-test` module, which brings `jersey-core-1.9`. So this may be the root cause of the problem, bringing 2 incompatible versions for the same library. You might want and try to exclude it from there too.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services