Re: Developing plugin using 0.7.0 and RANGER-1479

2017-11-07 Thread Margusja
Hi I resolved at the moment it compiling https://github.com/apache/ranger/blob/master/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java

Re: Developing plugin using 0.7.0 and RANGER-1479

2017-11-07 Thread Zsombor
Hi, The plugin only use the REST interface to communicate with the server, and the protocol to download the policies are not changed recently, so I think, you will be fine, if you compile your plugin with the latest apache master branch, and use that jars as is. Could you share for which

Developing plugin using 0.7.0 and RANGER-1479

2017-11-06 Thread Margusja
Hi We hit https://issues.apache.org/jira/browse/RANGER-1479 . At the moment we use Ranger-0.7.0 from Hortonworks distro (HDP-2.6.1.0). What are my option at the moment? 1 - download latest src and compile it and use it to build our custom