-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66506/
-----------------------------------------------------------
Review request for ranger.
Bugs: RANGER-2057
https://issues.apache.org/jira/browse/RANGER-2057
Repository: ranger
Description
-------
**Problem Statement:** Below Error log message was seen as Ranger user-sync
code is trying to read config from ranger-ugsync-default-site.xml file which
doesn't exist. Usersync should read the config from ranger-ugsync-default.xml
file.
**Proposed Solution:** Change the file name ranger-ugsync-default-site.xml to
ranger-ugsync-default.xml
Diffs
-----
ugsync/src/main/java/org/apache/ranger/unixusersync/config/UserGroupSyncConfig.java
3efcb86
Diff: https://reviews.apache.org/r/66506/diff/1/
Testing
-------
**Ranger Admin installation :**
Steps Performed (with patch) :
1. After mvn Build; untar the Ranger admin module and updated
install.properties for MySQL DB flavor.
2. Called setup.sh to install Ranger admin.
3. untar the Ranger usersync module and updated install.properties.
4. Called setup.sh to install Ranger usersync.
5. Started ranger admin and ranger usersync.
**Expected Behavior : **
Ranger admin and usersync should start successfully, Ranger usersync log should
not have missing file related error messages.
**Actual Behavior : **
Ranger admin and usersync started successfully, Ranger usersync log did not
have any error messages.
Thanks,
Pradeep Agrawal