Review Request 69062: RANGER-2253: Unable to get dashboard page after login

2018-10-17 Thread Pradeep Agrawal
, Pradeep Agrawal

Review Request 69111: RANGER-2260: Atlas servicedef version change patch should update atlas access type def for tag def also.

2018-10-22 Thread Pradeep Agrawal
of this patch. This steps is tested for MySQL db flavors only. Thanks, Pradeep Agrawal

Re: Review Request 69083: RANGER-2251 : Need to provide options for making java heap size memory configurable in Ranger services.

2018-10-22 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69083/#review209861 --- Ship it! - Pradeep Agrawal On Oct. 22, 2018, 9:01 a.m

Re: Review Request 69111: RANGER-2260: Atlas servicedef version change patch should update atlas access type def for tag def also.

2018-10-22 Thread Pradeep Agrawal
. 3. Have tested the patch on ranger-2.0 (installed ranger from pre RANGER-2203 commit and upgraded to latest master code build having change of this patch. This steps is tested for MySQL db flavors only. Thanks, Pradeep Agrawal

Re: Review Request 69117: Improvement of export to excel from report listing page for Oracle database

2018-10-23 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69117/#review209919 --- Ship it! Ship It! - Pradeep Agrawal On Oct. 22, 2018, 12:51

Re: Review Request 69189: Implement best coding practices for validating user input

2018-10-26 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69189/#review210095 --- Ship it! Ship It! - Pradeep Agrawal On Oct. 26, 2018, 12:46

Review Request 69198: RANGER-2270: Restrict tag module access to unprivileged users

2018-10-29 Thread Pradeep Agrawal
. **Actual Behavior:** Ranger-admin was not showing tag service def. Thanks, Pradeep Agrawal

Re: Review Request 69209: RANGER-2272: Ensure that Ranger policy contains lowercase access-type and resource-definition names

2018-10-30 Thread Pradeep Agrawal
. - Pradeep Agrawal On Oct. 29, 2018, 11:43 p.m., Abhay Kulkarni wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 69228: Allow service admin and delegated admin user to view list of users and groups though they have 'USER' role

2018-11-03 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69228/#review210312 --- Ship it! Ship It! - Pradeep Agrawal On Nov. 2, 2018, 1:31

Review Request 69253: RANGER-2278 Unable to delete user if he has references in new ref tables

2018-11-05 Thread Pradeep Agrawal
s should be updated. **Actual Behavior:** testuser1 was deleted and foreign key references was updated. Thanks, Pradeep Agrawal

Review Request 69238: RANGER-2275: Make db_setup retry delay configurable

2018-11-02 Thread Pradeep Agrawal
patch on local env by setting different values in the property PATCH_RETRY_INTERVAL. Thanks, Pradeep Agrawal

Re: Review Request 69187: RANGER-2268: Optimize policy and tags migration to new schema

2018-10-25 Thread Pradeep Agrawal
> On Oct. 26, 2018, 5:03 a.m., Pradeep Agrawal wrote: > > Ship It! Tested patch with 5000 policies and it took 14 minutes only while earlier it was taking several hours. - Pradeep --- This is an automatically generat

Re: Review Request 69187: RANGER-2268: Optimize policy and tags migration to new schema

2018-10-25 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69187/#review210078 --- Ship it! Ship It! - Pradeep Agrawal On Oct. 26, 2018, 1:42

Re: Review Request 69259: RANGER-2279: Reduce the time spent changing passwords during Ranger Admin install

2018-11-12 Thread Pradeep Agrawal
installation. Thanks, Pradeep Agrawal

Review Request 69347: RANGER-2286: Ranger install may be prevented by leftover DB entry

2018-11-15 Thread Pradeep Agrawal
. 13. started ranger-admin and was able to see the ranger-admin dashboard page. Thanks, Pradeep Agrawal

Re: Review Request 69347: RANGER-2286: Ranger install may be prevented by leftover DB entry

2018-11-15 Thread Pradeep Agrawal
-admin dashboard page. Thanks, Pradeep Agrawal

Review Request 69259: RANGER-2279: Reduce the time spent changing passwords during Ranger Admin install

2018-11-06 Thread Pradeep Agrawal
can use that call flow also if they want to change only one user password anytime after the ranger installation. Thanks, Pradeep Agrawal

Review Request 68974: RANGER-2245: Exclude Jetty libraries

2018-10-10 Thread Pradeep Agrawal
not be available at location: ranger-2.0.0-SNAPSHOT-admin/ews/webapp/WEB-INF/lib **Actual Behavior:** Ranger-admin Installation finished successfully and jetty jars was not available at location: ranger-2.0.0-SNAPSHOT-admin/ews/webapp/WEB-INF/lib Note: After setup, started Ranger Thanks, Pradeep

Re: Review Request 68974: RANGER-2245: Exclude Jetty libraries

2018-10-10 Thread Pradeep Agrawal
ps://reviews.apache.org/r/68974/#review209409 ------- On Oct. 10, 2018, 2:12 p.m., Pradeep Agrawal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68974/ > -

Re: [VOTE] Apache Ranger Release 1.2.0-rc1

2018-10-01 Thread PradeeP AgrawaL
+1 for the release of 1.2.0-rc1 Able to download the source and build with unit test cases Able to install, setup and start Ranger Able to do CRUD operation on service, policy, user, and groups. Thanks, Vel for putting Ranger 1.2.0 for release. Regards, Pradeep On Mon, 1 Oct 2018 at 11:27,

Re: Review Request 69677: RANGER-2287: Improve and optimize db_setup.py file code

2019-01-15 Thread Pradeep Agrawal
. Thanks, Pradeep Agrawal

Re: Review Request 69677: RANGER-2287: Improve and optimize db_setup.py file code

2019-01-15 Thread Pradeep Agrawal
if self.XA_DB_FLAVOR == DB_MYSQL: > >... > > elif self.XA_DB_FLAVOR == DB_POSTGRES: > >... > > ''' > > > > You can write > >self.do_something(...) > > > > and implement do_something differently in the MySQL/PostgreSQL/Oracle > > speci

Re: Review Request 69677: RANGER-2287: Improve and optimize db_setup.py file code

2019-01-22 Thread Pradeep Agrawal
successfully. Thanks, Pradeep Agrawal

Re: Review Request 69730: RANGER-2320: Make db schema patches script idempotent for all DB Flavors

2019-01-23 Thread Pradeep Agrawal
/patches/035-update-schema-for-x-policy.sql bd646d695 Diff: https://reviews.apache.org/r/69730/diff/2/ Changes: https://reviews.apache.org/r/69730/diff/1-2/ Testing --- Tested the upgrade case from ranger-0.7 to ranger-2.0 for mysql, postgres and sqlserver db. Thanks, Pradeep Agrawal

Re: Review Request 69468: RANGER-2295: Set specific Ranger version in patches status entry table

2018-12-12 Thread Pradeep Agrawal
ger_core_db_mysql.sql#L1359 - Pradeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69468/#review211246 --- On Nov. 28,

Review Request 69453: RANGER-2291: Make optimized db schema script idempotent for all DB Flavors

2018-11-28 Thread Pradeep Agrawal
in user/groups page of ranger admin **Actual behavior:** Command executed successfully and recreated all the tables again, was able to see new entries and able to login to ranger admin. 'testuser1' was not seen in the ranger admin. Thanks, Pradeep Agrawal

Review Request 69468: RANGER-2295: Set specific Ranger version in patches status entry table

2018-11-28 Thread Pradeep Agrawal
e db patches entries. **Actual Behavior:** 2. After importing the db schema file, ranger checked for entries of 'DB_PATCHES' and 'JAVA_PATCHES' for the current ranger version and skipped checking entries of every db and java patches. **Note:** Patch has been tested for all the db flavor. Thanks, Pradeep Agrawal

Review Request 69526: RANGER-2308: User role user should not able to access usersync audit report if it does not have permissions on the audit module.

2018-12-07 Thread Pradeep Agrawal
/XUserMgr.java e1a6b5859 security-admin/src/test/java/org/apache/ranger/biz/TestXUserMgr.java 471052f62 Diff: https://reviews.apache.org/r/69526/diff/1/ Testing --- Tested at local with patch. Thanks, Pradeep Agrawal

Re: Review Request 69526: RANGER-2308: User role user should not able to access usersync audit report if it does not have permissions on the audit module.

2018-12-09 Thread Pradeep Agrawal
/ranger/rest/TestServiceREST.java a8e6e61a0 Diff: https://reviews.apache.org/r/69526/diff/2/ Changes: https://reviews.apache.org/r/69526/diff/1-2/ Testing --- Tested at local with patch. Thanks, Pradeep Agrawal

Re: Review Request 69347: RANGER-2286: Ranger install may be prevented by leftover DB entry

2018-11-20 Thread Pradeep Agrawal
, Pradeep Agrawal

Re: Review Request 69347: RANGER-2286: Ranger install may be prevented by leftover DB entry

2018-11-19 Thread Pradeep Agrawal
successfully. 12. setup process completed successfully after applying all the patches. 13. started ranger-admin and was able to see the ranger-admin dashboard page. Thanks, Pradeep Agrawal

Re: Review Request 69677: RANGER-2287: Improve and optimize db_setup.py file code

2019-01-08 Thread Pradeep Agrawal
matically generated e-mail. To reply, visit: https://reviews.apache.org/r/69677/#review211760 ------- On Jan. 7, 2019, 6:37 a.m., Pradeep Agrawal wrote: > > ---

Review Request 69730: RANGER-2320: Make db schema patches script idempotent for all DB Flavors

2019-01-12 Thread Pradeep Agrawal
, Pradeep Agrawal

Review Request 69677: RANGER-2287: Improve and optimize db_setup.py file code

2019-01-06 Thread Pradeep Agrawal
):* Installed Ranger from 0.7 branch and used same db config on Ranger 2.0 installation config and run the setup.sh. Ranger was upgraded successfully. Thanks, Pradeep Agrawal

Re: Review Request 70058: RANGER-2339: UI changes for User role users should also have access to Security Zone

2019-03-03 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70058/#review213382 --- Ship it! Ship It! - Pradeep Agrawal On Feb. 26, 2019, 11:39

Re: Review Request 70059: RANGER-2334: Audits: filter out service audit logs and additional users logs from user audit logs

2019-03-03 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70059/#review213383 --- Ship it! Ship It! - Pradeep Agrawal On Feb. 26, 2019, 12:21

Re: Review Request 69655: RANGER-2317 : make Ranger buildable on newer JDKs

2019-02-20 Thread Pradeep Agrawal
. Observations: Below mentioned java arguments needs to be removed from the ranger-admin-services.sh file for the successful start of ranger admin service as they are deprecated. UseGCLogFileRotation NumberOfGCLogFiles=10 GCLogFileSize=1m PrintHeapAtGC PrintGCDateStamps - Pradeep Agrawal On Jan

Re: Review Request 69985: RANGER-2331 : Ranger-KMS - KeySecure HSM Integration

2019-02-20 Thread Pradeep Agrawal
mark all variable as final > > Gautam Borad wrote: > I am initializing non final variables in constructor. > > Zsombor Gegesy wrote: > Yes, that's the way to use final variables: you need to initialize them > in the constructor. > > Pradeep Agrawal wrote: &g

Re: Review Request 69985: RANGER-2331 : Ranger-KMS - KeySecure HSM Integration

2019-02-20 Thread Pradeep Agrawal
mark all variable as final > > Gautam Borad wrote: > I am initializing non final variables in constructor. > > Zsombor Gegesy wrote: > Yes, that's the way to use final variables: you need to initialize them > in the constructor. > > Pradeep Agrawal wrote: &g

Re: Review Request 70006: RANGER-2335: Overlapping of 'include' toggle button on policy create/edit page.

2019-02-24 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70006/#review213147 --- Ship it! Ship It! - Pradeep Agrawal On Feb. 19, 2019, 12:59

Review Request 70126: RANGER-2342: Exclude jackson jaxrs library from ranger-admin packaging

2019-03-05 Thread Pradeep Agrawal
build the ranger admin and extracted the tar. extracted ranger admin package is not having jackson-jaxrs-json-provider-2.7.8.jar after ranger start able to see the users/groups list which was not coming earlier(without patch) Thanks, Pradeep Agrawal

Re: Review Request 70204: RANGER-2358: Upgrade Jackson Databind to 2.9.8

2019-03-14 Thread Pradeep Agrawal
Diff: https://reviews.apache.org/r/70204/diff/2/ Changes: https://reviews.apache.org/r/70204/diff/1-2/ Testing --- Tested Ranger installation and user/policy CRUD operations. Thanks, Pradeep Agrawal

Re: Review Request 69655: RANGER-2317 : make Ranger buildable on newer JDKs

2019-03-11 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69655/#review213616 --- Ship it! Ship It! - Pradeep Agrawal On March 11, 2019, 7:10

Review Request 70204: RANGER-2358: Upgrade Jackson Databind to 2.9.8

2019-03-13 Thread Pradeep Agrawal
Ranger installation and user/policy CRUD operations. Thanks, Pradeep Agrawal

Re: Review Request 70167: RANGER-2350:Ranger UI: Clicking on zone edit Breadcrumb redirect to 404 page not found

2019-03-11 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70167/#review213591 --- Ship it! Ship It! - Pradeep Agrawal On March 8, 2019, 2:38

Review Request 70181: RANGER-2252: Ranger installation is failing for Oracle and Postgres DB

2019-03-11 Thread Pradeep Agrawal
, Nikhil P, Nitin Galave, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Bugs: RANGER-2327 https://issues.apache.org/jira/browse/RANGER-2327 Repository: ranger Description --- Update Security zone table schema should use common sequence name for Oracle

Review Request 70237: RANGER-2372 : Remove non-existing URL entries from spring config file

2019-03-18 Thread Pradeep Agrawal
/resources/conf.dist/security-applicationContext.xml c008a1266 Diff: https://reviews.apache.org/r/70237/diff/1/ Testing --- Thanks, Pradeep Agrawal

Re: Review Request 69917: Audits: filter out service audit logs and additional users logs from user audit logs

2019-02-18 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69917/#review212891 --- Ship it! Ship It! - Pradeep Agrawal On Feb. 11, 2019, 11:30

Re: Review Request 69930: RANGER-2333: Logs does not get generated for Zone Description field available on Security Zone page.

2019-02-12 Thread Pradeep Agrawal
, Madhan Neethiraj, Mehul Parikh, Nikhil P, Nitin Galave, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Changes --- little optimization in validation function Bugs: RANGER-2333 https://issues.apache.org/jira/browse/RANGER-2333 Repository: ranger

Re: Review Request 69930: RANGER-2333: Logs does not get generated for Zone Description field available on Security Zone page.

2019-02-14 Thread Pradeep Agrawal
----- On Feb. 14, 2019, 9:11 a.m., Pradeep Agrawal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69930/ > ---

Re: Review Request 69930: RANGER-2333: Logs does not get generated for Zone Description field available on Security Zone page.

2019-02-14 Thread Pradeep Agrawal
, Madhan Neethiraj, Mehul Parikh, Nikhil P, Nitin Galave, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Changes --- addressed review comments Bugs: RANGER-2333 https://issues.apache.org/jira/browse/RANGER-2333 Repository: ranger Description

Review Request 69930: RANGER-2333: Logs does not get generated for Zone Description field available on Security Zone page.

2019-02-11 Thread Pradeep Agrawal
, Nikhil P, Nitin Galave, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Bugs: RANGER-2333 https://issues.apache.org/jira/browse/RANGER-2333 Repository: ranger Description --- **Problem Stamtents:** 1) Zone Description field does not exist in x_security_zone

Re: Review Request 69985: RANGER-2331 : Ranger-KMS - KeySecure HSM Integration

2019-02-19 Thread Pradeep Agrawal
; --- > > (Updated Feb. 19, 2019, 1:58 p.m.) > > > Review request for ranger, Ankita Sinha, Don Bosco Durai, Abhay Kulkarni, > Madhan Neethiraj, Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, Sailaja > Polavarapu,

Re: Review Request 69740: RANGER-2322 - Use "TLS" in SSLContext.getInstance

2019-01-29 Thread Pradeep Agrawal
. Thanks. - Pradeep Agrawal On Jan. 14, 2019, 11:20 a.m., Colm O hEigeartaigh wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Review Request 69853: RANGER-2327: Update Ranger db schema to use common sequence name

2019-01-29 Thread Pradeep Agrawal
, Nikhil P, Nitin Galave, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Bugs: RANGER-2327 https://issues.apache.org/jira/browse/RANGER-2327 Repository: ranger Description --- Update Security zone table schema should use common sequence name for Oracle

Re: Review Request 70424: RANGER-2399:User's listing page hits users API call twice from UI

2019-04-09 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70424/#review214520 --- Ship it! Ship It! - Pradeep Agrawal On April 8, 2019, 10:58

Re: Review Request 70435: RANGER-2401: Ranger Secuity Zone needs to be added in audit type filter in admin audit

2019-04-09 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70435/#review214519 --- Ship it! Ship It! - Pradeep Agrawal On April 9, 2019, 12:53

Re: Review Request 70339: RANGER-2386: Code duplication due to RangerCredentialProvider.getCredentialString returns char[]

2019-04-10 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70339/#review214521 --- Ship it! Ship It! - Pradeep Agrawal On March 29, 2019, 12

Re: Review Request 70376: RANGER-2392: Create / Update zone to have provision to associate Tag based service with zone

2019-04-10 Thread Pradeep Agrawal
ag_srvc_name - Pradeep Agrawal On April 9, 2019, 12:38 p.m., Nitin Galave wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

Re: Review Request 70340: RANGER-2382 : Improvement to Access Audit page-Add ‘agentHostname’ column to audit log table, which records IP-address/hostname of the plugin

2019-04-16 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70340/#review214693 --- Ship it! Ship It! - Pradeep Agrawal On April 12, 2019, 2:11

Review Request 70500: RANGER-2402: Best Practices: Make db schema script idempotent

2019-04-17 Thread Pradeep Agrawal
-schema.sql be0287cf4 Diff: https://reviews.apache.org/r/70500/diff/1/ Testing --- Tested the upgrade case for all the db flavor after RANGER-2400 commit. Thanks, Pradeep Agrawal

Re: Review Request 70649: RANGER-2429: Ranger KMS is not starting properly

2019-05-15 Thread Pradeep Agrawal
and add the suggestions(if any) - Pradeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70649/#review215282 ------- On Ma

Re: Review Request 70677: RANGER-2432: Upgrade Hadoop Version to 3.1.1

2019-05-24 Thread Pradeep Agrawal
st cases log level(ranger.root.logger=WARN,console) in the log4j.properties of ranger hbase plugins : https://gist.github.com/pradeepagrawal8184/798bd00df71797ae74fe7aa4d53f3017 - Pradeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70677/#review21549

Review Request 70807: RANGER-2464: Upgrade spring, zookeeper, c3p0, jackson-databind, tomcat libraries

2019-06-07 Thread Pradeep Agrawal
roup module. Thanks, Pradeep Agrawal

Review Request 70761: RANGER-2397: HiveServer2 fails to start with Hive Plugin for Ranger

2019-05-29 Thread Pradeep Agrawal
/ Testing --- Tested Ranger build with this patch. Thanks, Pradeep Agrawal

Re: Review Request 70703: RANGER-2445 : Import of Tagservice for zone

2019-05-26 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70703/#review215525 --- Ship it! Ship It! - Pradeep Agrawal On May 23, 2019, 1:24

Review Request 70893: RANGER-2377: Ranger KnoxSSO authentication when x-forwarded-host header is not forwarded

2019-06-19 Thread Pradeep Agrawal
/RangerSSOAuthenticationFilter.java c3fbe9c23 Diff: https://reviews.apache.org/r/70893/diff/1/ Testing --- Tested knoxsso, knox proxy and ranger HA based authentications. Thanks, Pradeep Agrawal

Review Request 70908: RANGER-2479: Change test connection preferred SQL statement for Oracle DB Flavor

2019-06-20 Thread Pradeep Agrawal
Diffs - security-admin/scripts/setup.sh 4916828ce Diff: https://reviews.apache.org/r/70908/diff/1/ Testing --- Tested ranger installation and can see ranger.jpa.jdbc.preferredtestquery values updated to "Select 1 from dual;" for oracle db flavor. Thanks, Pradeep Agrawal

Review Request 70614: RANGER-2419: Improve sql script to skip statements when atlas service def is not supported

2019-05-09 Thread Pradeep Agrawal
patch 035 failure **Actual Behaviour:** Ranger installation finished successfully without db patch 035 failure. Thanks, Pradeep Agrawal

Review Request 70632: RANGER-2423: Ranger KnoxSSO authentication in Ranger HA environment

2019-05-13 Thread Pradeep Agrawal
is simple and SSL enabled. 1.Tested Ranger HA with knoxproxy 2.Tested Ranger HA with Knoxsso 3.Tested Ranger HA with knoxproxy and knoxSSO 4.Tested Ranger HA with Knoxsso through curl(using hadoop-jwt token) Thanks, Pradeep Agrawal

Review Request 70675: RANGER-2434: Remove dependency from com.google.common.base.Objects

2019-05-18 Thread Pradeep Agrawal
://reviews.apache.org/r/70675/diff/1/ Testing --- Tested the ranger build and ranger-kms installation Thanks, Pradeep Agrawal

Re: Review Request 70658: RANGER-2436 - Custom condition: Access from cluster

2019-05-21 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70658/#review215443 --- Ship it! Ship It! - Pradeep Agrawal On May 21, 2019, 1:27

Re: Review Request 70654: RANGER-2430 Zoneadmin User is able to create policy for those services which is not associated to zone

2019-05-20 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70654/#review215398 --- Ship it! Ship It! - Pradeep Agrawal On May 20, 2019, 12:08

Review Request 70677: RANGER-2432: Upgrade Hadoop Version to 3.1.1

2019-05-19 Thread Pradeep Agrawal
43f pom.xml 40b053bd2 Diff: https://reviews.apache.org/r/70677/diff/1/ Testing --- Tested Ranger Build, Ranger installation and Ranger admin service, zone, policy, user and group crud operation. Thanks, Pradeep Agrawal

Re: Review Request 70616: RANGER-2347 : Restrict capabilities of security zone administrator and auditor

2019-05-10 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70616/#review215181 --- Ship it! Ship It! - Pradeep Agrawal On May 10, 2019, 9:35

Re: Review Request 70615: RANGER-2421 - add http client to atlas plugin

2019-05-21 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70615/#review215409 --- Ship it! Ship It! - Pradeep Agrawal On May 9, 2019, 9:25

Review Request 70649: RANGER-2429: Ranger KMS is not starting properly

2019-05-15 Thread Pradeep Agrawal
/ Testing --- Build Ranger with proposed changes and can see required jars in ranger-kms module. After installation java.lang.NoClassDefFoundError is not coming and ranger-kms is loading properly. Thanks, Pradeep Agrawal

Re: Review Request 70493: RANGER-2351 : Implement Import / Export of Policies by Zone

2019-04-28 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70493/#review214939 --- Ship it! Ship It! - Pradeep Agrawal On April 25, 2019, 12

Re: Review Request 70565: RANGER-2411 : Restrict Admin role user to create Zone for KMS service

2019-05-06 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70565/#review215057 --- Ship it! Ship It! - Pradeep Agrawal On May 6, 2019, 5:50

Re: Review Request 68667: RANGER-2205 Optimize view 'vx_trx_log' to improve query performance

2019-05-05 Thread Pradeep Agrawal
rather 035. - Pradeep Agrawal On Sept. 7, 2018, 6:53 a.m., Xing Peng wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Review Request 70590: RANGER-2413: Python script to update rangertagsync config properties

2019-05-03 Thread Pradeep Agrawal
module. Thanks, Pradeep Agrawal

Review Request 71007: RANGER-2493: Ranger takes long time to override a service with many policies

2019-07-03 Thread Pradeep Agrawal
/TestServiceDBStore.java dc845cf80 security-admin/src/test/java/org/apache/ranger/rest/TestServiceREST.java 9b9aa8377 Diff: https://reviews.apache.org/r/71007/diff/1/ Testing --- Tested 500 policy import json and unable to reproduce JVM issue. Thanks, Pradeep Agrawal

Review Request 70952: RANGER-2484: Improve import API to merge the policies if resources are exactly same

2019-06-27 Thread Pradeep Agrawal
Behaviour :** policy2 should be updated with additional policy item having testuser2 permissions of 'create' and 'update'. **Actual Behaviour :** policy2 updated with additional policy item having testuser2 permissions of 'create' and 'update'. Thanks, Pradeep Agrawal

Review Request 70953: RANGER-2485: Security zone filter is causing Ranger audit access request waiting for longer

2019-06-28 Thread Pradeep Agrawal
page from admin,service admin, keyadmin , user, security-zone admin users and its working fine. Thanks, Pradeep Agrawal

Re: Review Request 71015: RANGER-2490:Add https support while using Solr API to upload config set

2019-07-12 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71015/#review216552 --- Ship it! Ship It! - Pradeep Agrawal On July 10, 2019, 10:59

Re: Review Request 71007: RANGER-2493: Ranger takes long time to delete a service with many policies

2019-07-09 Thread Pradeep Agrawal
with deleting a service having 2000 policies and unable to reproduce JVM issue. Tested with importing policy json having 2000 policies and override option. 500 policies deletion took 100 seconds while 1000 policies deletion took 4 minutes. Thanks, Pradeep Agrawal

Re: Review Request 71007: RANGER-2493: Ranger takes long time to override a service with many policies

2019-07-04 Thread Pradeep Agrawal
te SQL statements for all pending insert, update or delete operations. That slows down the application because it prevents JPA/Eclipselink from using several internal optimizations. - Pradeep --- This is an automatically generated e-m

Re: Review Request 71007: RANGER-2493: Ranger takes long time to override a service with many policies

2019-07-04 Thread Pradeep Agrawal
://reviews.apache.org/r/71007/diff/1-2/ Testing --- Tested 500 policy import json and unable to reproduce JVM issue. Thanks, Pradeep Agrawal

Review Request 70986: RANGER-2496: Update Spring Security version to 4.2.13

2019-07-01 Thread Pradeep Agrawal
to 4.2.13 Diffs - pom.xml b5832bd66 Diff: https://reviews.apache.org/r/70986/diff/1/ Testing --- Tested Ranger build, installation, start and login. Thanks, Pradeep Agrawal

Review Request 71023: RANGER-2500: Zone Policies not getting imported when 'updateIfExists=true' is passed through curl

2019-07-07 Thread Pradeep Agrawal
the policy. Diffs - security-admin/src/main/java/org/apache/ranger/rest/ServiceREST.java 171d73bfa Diff: https://reviews.apache.org/r/71023/diff/1/ Testing --- Tested with 'updateIfExists=true' param and unable to reproduce the case. Thanks, Pradeep Agrawal

Review Request 70522: RANGER-2407: Update default header values sent from Ranger

2019-04-23 Thread Pradeep Agrawal
t/security-applicationContext.xml 39f236d2a Diff: https://reviews.apache.org/r/70522/diff/1/ Testing --- After Ranger setup able to receive value "Apache Ranger" from Ranger REST call. Thanks, Pradeep Agrawal

Re: Review Request 70954: RANGER-2487 : Resource policy names with a characters that are typically HTML escaped mutate and grow as they are saved.

2019-06-27 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70954/#review216183 --- Ship it! Ship It! - Pradeep Agrawal On June 26, 2019, 3:04

Re: Review Request 70938: RANGER-2467 : similar to clusterName custom condition, add clusterType custome condition.

2019-06-28 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70938/#review216239 --- Ship it! Ship It! - Pradeep Agrawal On June 28, 2019, 10:04

Re: Review Request 70893: RANGER-2477: Ranger KnoxSSO authentication when x-forwarded-host header is not forwarded

2019-06-28 Thread Pradeep Agrawal
eviews.apache.org/r/70893/#review216245 --- On June 29, 2019, 5:50 a.m., Pradeep Agrawal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70893/ > ---

Re: Review Request 70893: RANGER-2477: Ranger KnoxSSO authentication when x-forwarded-host header is not forwarded

2019-06-28 Thread Pradeep Agrawal
/ Testing --- Tested knoxsso, knox proxy and ranger HA based authentications. Thanks, Pradeep Agrawal

Re: Review Request 70893: RANGER-2477: Ranger KnoxSSO authentication when x-forwarded-host header is not forwarded

2019-06-28 Thread Pradeep Agrawal
authentications. Thanks, Pradeep Agrawal

Re: Review Request 70893: RANGER-2477: Ranger KnoxSSO authentication when x-forwarded-host header is not forwarded

2019-06-28 Thread Pradeep Agrawal
------------- On June 19, 2019, 4:22 p.m., Pradeep Agrawal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70893/ >

Re: Review Request 71166: RANGER-2518: Allow service creator to delete the service

2019-07-31 Thread Pradeep Agrawal
ugh they are not related to this jira. - Pradeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71166/#review216980 -------

Re: Review Request 71155: RANGER-2516 Update Ranger default policies to provide entity-read access to public group

2019-07-29 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71155/#review216941 --- Ship it! Ship It! - Pradeep Agrawal On July 26, 2019, 8:01

Re: Review Request 71114: RANGER-2506 Add cluster name on plugin status tab.

2019-07-29 Thread Pradeep Agrawal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71114/#review216940 --- Ship it! Ship It! - Pradeep Agrawal On July 25, 2019, 12:37

<    1   2   3   4   5   6   7   8   9   10   >