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

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

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

2017-10-03 Thread Fatima Khan
> On Sept. 30, 2017, 4:24 p.m., Ramesh Mani wrote: > > security-admin/contrib/solr_for_audit_setup/conf/managed-schema > > Lines 32 (patched) > > > > > > We need to have a default value for this config in ranger,

Re: Review Request 62751: RANGER-1824 - Upgrade Spring Framework to 3.2.18

2017-10-03 Thread bhavik patel
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62751/#review187048 --- @Colm : Can you please confirm is Ranger KMS in Simple, Kerberos,

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

2017-10-03 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated RANGER-1819: - Reporter: Deepak Sharma (was: Nitin Galave) > Not able to delete group that is having

Re: Review Request 62751: RANGER-1824 - Upgrade Spring Framework to 3.2.18

2017-10-03 Thread Alejandro Fernandez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62751/#review186951 --- Ship it! Ship It! - Alejandro Fernandez On Oct. 3, 2017,

Review Request 62751: RANGER-1824 - Upgrade Spring Framework to 3.2.18

2017-10-03 Thread Colm O hEigeartaigh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62751/ --- Review request for ranger. Bugs: RANGER-1824

[jira] [Updated] (RANGER-1824) Upgrade Spring Framework to 3.2.18

2017-10-03 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh updated RANGER-1824: Attachment: 0001-RANGER-1824-Upgrade-Spring-Framework-to-3.2.18.patch > Upgrade

[jira] [Created] (RANGER-1824) Upgrade Spring Framework to 3.2.18

2017-10-03 Thread Colm O hEigeartaigh (JIRA)
Colm O hEigeartaigh created RANGER-1824: --- Summary: Upgrade Spring Framework to 3.2.18 Key: RANGER-1824 URL: https://issues.apache.org/jira/browse/RANGER-1824 Project: Ranger Issue

[jira] [Updated] (RANGER-1823) Allowed TRUNCATE and INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
; hive_test(b string) PARTITIONED BY (a string); then in ranger admin UI add > a policy for userbb, the policy has only "SELECT" of table hive_test; in > beeline userbb execute "truncate table hive_test" / "insert into hive_test > partition(a=20171003) select 1 from hive_test" is allowed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)

[jira] [Updated] (RANGER-1823) Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
the policy has only "SELECT" of table hive_test; in > beeline userbb execute "truncate table hive_test" / "insert into hive_test > partition(a=20171003) select 1 from hive_test" is allowed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)

[jira] [Updated] (RANGER-1823) Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
userbb, the policy has only "SELECT" of table hive_test; in > beeline userbb execute "truncate table hive_test" / "insert into hive_test > partition(a=20171003) select 1 from hive_test" is allowed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)

[jira] [Updated] (RANGER-1823) Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
y has only "SELECT" of table hive_test; in > beeline userbb execute "truncate table hive_test" / "insert into hive_test > partition(a=20171003) select 1 from hive_test" is allowed. -- This message was sent by Atlassian JIRA (v6.4.14#64029)

[jira] [Updated] (RANGER-1823) Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
[ https://issues.apache.org/jira/browse/RANGER-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haihui Xu updated RANGER-1823: -- Description: In beeline, useraa create table hive_test, such as : CREATE TABLE hive_test(b string)

[jira] [Created] (RANGER-1823) Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT"

2017-10-03 Thread Haihui Xu (JIRA)
Haihui Xu created RANGER-1823: - Summary: Allowed TRUNCATE/INSERT to partition table when the policy item is only "SELECT" Key: RANGER-1823 URL: https://issues.apache.org/jira/browse/RANGER-1823 Project:

Adding new plugin to ranger

2017-10-03 Thread Ronny Hidayat
Hi all, I want to add new plugin to ranger (glusterfs-agent), so GlusterFS appears on Ranger-Admin website. How to do that ? Do you have any tutorial ? Thank you.