Re: Adding new plugin to ranger

2017-10-04 Thread Ronny Hidayat
Ok, Thank you for your help. 2017-10-05 0:37 GMT+07.00, Don Bosco Durai : > There is a nice blog written by Bryan Bende > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53741207 > > You can also refer to >

Re: Adding new plugin to ranger

2017-10-04 Thread Don Bosco Durai
Sorry, I didn’t paste the correct URL for Bryan’s blog. Here is the correct one https://bryanbende.com/development/2016/04/25/building-a-plugin-for-apache-ranger You might also want to check HDFS plugin implementation. Take a look at checkPermission() method.

[jira] [Commented] (RANGER-1817) Audit to Solr fails to log when the number of columns are in large number

2017-10-04 Thread Fatima Amjad Khan (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16191063#comment-16191063 ] Fatima Amjad Khan commented on RANGER-1817: --- committed to master

[jira] [Updated] (RANGER-1819) Not able to delete group that is having special character(ampersand) from ranger admin

2017-10-04 Thread Nitin Galave (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitin Galave updated RANGER-1819: - Attachment: RANGER-1819.1.patch > Not able to delete group that is having special

Re: Review Request 62713: RANGER 1818: Good coding practice in Ranger recommended by static code analysis

2017-10-04 Thread Fatima Khan
> On Oct. 2, 2017, 5:44 p.m., Alejandro Fernandez wrote: > > unixauthservice/src/main/java/org/apache/ranger/authentication/PasswordValidator.java > > Line 117 (original), 117 (patched) > > > > > > Put a space after

Re: Review Request 62709: RANGER-1817 : Audit to Solr fails to log when the number of columns are in large number

2017-10-04 Thread Mehul Parikh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62709/#review187053 --- Ship it! Ship It! - Mehul Parikh On Sept. 30, 2017, 6:26

[jira] [Resolved] (RANGER-1685) Utility script that will list the users with a given role

2017-10-04 Thread Fatima Amjad Khan (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fatima Amjad Khan resolved RANGER-1685. --- Resolution: Duplicate > Utility script that will list the users with a given role >

[jira] [Commented] (RANGER-1819) Not able to delete group that is having special character(ampersand) from ranger admin

2017-10-04 Thread Nitin Galave (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16191158#comment-16191158 ] Nitin Galave commented on RANGER-1819: -- Committed to

Re: Review Request 62714: RANGER-1819: Not able to delete group that is having special character(ampersand) from ranger admin.

2017-10-04 Thread Nitin Galave
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62714/ --- (Updated Oct. 4, 2017, 10:38 a.m.) Review request for ranger, Gautam Borad,

Re: Review Request 62495: RANGER-1797:Tomcat Security Vulnerability Alert. The version of the tomcat for ranger should upgrade to 7.0.81.

2017-10-04 Thread Velmurugan Periasamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62495/#review187093 --- pom.xml Line 212 (original), 212 (patched)

Re: Review Request 62714: RANGER-1819: Not able to delete group that is having special character(ampersand) from ranger admin.

2017-10-04 Thread Alejandro Fernandez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62714/#review187111 --- Fix it, then Ship it!

Re: Adding new plugin to ranger

2017-10-04 Thread Don Bosco Durai
There is a nice blog written by Bryan Bende https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53741207 You can also refer to https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=53741207 There is a sample project by Madhan to bootstrap your plugin.