-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64295/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Don Bosco Durai, bhavik patel, Gautam
Borad, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Ramesh Mani, Selvamohan
Neethiraj, Sailaja Polavarapu, and Velmurugan Periasamy.
Bugs: RANGER-1912
https://issues.apache.org/jira/browse/RANGER-1912
Repository: ranger
Description
-------
**Problem Statement:** Ranger Admin installation fails when using MariaDB/MySQL
with binary logging enabled.
The install should work even if binary logging is enabled.
**Proposed Solution:** We can remove usage of stored function and it can be
replaced with the stored procedure.
Diffs
-----
security-admin/db/mysql/patches/007-updateBlankPolicyName.sql d251bc2
security-admin/db/mysql/patches/008-removeTrailingSlash.sql c29a786
Diff: https://reviews.apache.org/r/64295/diff/1/
Testing
-------
**Steps Performed (with patch) :**
1. Enabled binary logging in mysql and restarted mysql service.
2. After mvn Build; untar the Ranger module and updated install.properties for
MySQL DB flavor.
2. Called setup.sh to install Ranger.
**Expected Behavior :**
1. Ranger installation should finish successfully and db patch 007 and 008
should get applied successfully.
2. Ranger UI should work.
**Actual Behavior :**
1. Ranger Installtion finished successfully and db patch 007 and 008 was
applied successfully.
2. Started Ranger Admin and was able to login in Ranger UI.
Thanks,
Pradeep Agrawal