Re: Jersey version for plugin ...

2018-06-30 Thread Ramesh Mani
Hi Bosco, Yes Knox uses RangerAdminJersey2RESTClient as there is difference in the jersey bundle it uses for client. Did you try replacing the jersey 1.9 in knox plugin impl folder with jersey 2.22.2? Regards, Ramesh On 6/30/18, 7:20 PM, "Don Bosco Durai" wrote: >Seems Knox is using RangerA

Re: Jersey version for plugin ...

2018-06-30 Thread Don Bosco Durai
Seems Knox is using RangerAdminJersey2RESTClient. The configuration seems to be hard coded in RangerLegacyConfigBuilder.java Let me see if I can use it and get runtime working. Thanks Bosco On 6/30/18, 2:04 AM, "Don Bosco Durai" wrote: Hi Madhan/Ramesh I am trying t

Jersey version for plugin ...

2018-06-30 Thread Don Bosco Durai
Hi Madhan/Ramesh I am trying to test https://issues.apache.org/jira/browse/RANGER-2128, but getting issues with Jersey version. Seems Spark comes with Jersey 2.22.2, while Ranger 1.0 is using 1.9. I remember we having similar issues with Knox. Either of you remember how we resolved it? I was