-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30492/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai, Madhan Neethiraj, Ramesh Mani,
Selvamohan Neethiraj, and Velmurugan Periasamy.
Bugs: RANGER-210
https://issues.apache.org/jira/browse/RANGER-210
Repository: ranger
Description
-------
Add ranger-admin and ranger-usersync that will be used to provide : start |
stop | restart | version
Diffs
-----
embeddedwebserver/scripts/ranger-admin b1ef4f5
embeddedwebserver/scripts/ranger-admin-services.sh PRE-CREATION
embeddedwebserver/scripts/start-ranger-admin.sh 19df2aa
embeddedwebserver/scripts/stop-ranger-admin.sh c6c4bf6
pom.xml cba652e
ranger-util/.gitignore PRE-CREATION
ranger-util/pom.xml PRE-CREATION
ranger-util/src/gen/org/apache/ranger/common/package-info.java PRE-CREATION
ranger-util/src/main/java/org/apache/ranger/common/RangerVersionAnnotation.java
PRE-CREATION
ranger-util/src/main/java/org/apache/ranger/common/RangerVersionInfo.java
PRE-CREATION
ranger-util/src/scripts/saveVersion.sh PRE-CREATION
security-admin/pom.xml 32d15d3
security-admin/scripts/setup.sh bc241e2
src/main/assembly/usersync.xml 0adb0a3
ugsync/pom.xml 93b812e
unixauthservice/scripts/initd e429cce
unixauthservice/scripts/ranger-usersync-services.sh PRE-CREATION
unixauthservice/scripts/setup.sh 5afb199
unixauthservice/scripts/start.sh 399e6b2
unixauthservice/scripts/stop.sh 1933364
Diff: https://reviews.apache.org/r/30492/diff/
Testing
-------
Built tar by applying patch and tested the following on CentOS 6.5 :
1] Install ranger-admin
2] run : 'ranger-admin start' and check that ranger admin is running
3] run : 'ranger-admin stop' and check that ranger admin is stopped
4] run : '/etc/init.d/ranger-admin start' and check that ranger admin is running
5] run : '/etc/init.d/ranger-admin stop' and check that ranger admin is stopped
6] run : 'ranger-admin version' and check the version is printed
------------------------------------------------------------------------------------
1] Install ranger-usersync
2] run : 'ranger-usersync start' and check that ranger usersync is running
3] run : 'ranger-usersync stop' and check that ranger usersync is stopped
4] run : '/etc/init.d/ranger-usersync start' and check that ranger usersync is
running
5] run : '/etc/init.d/ranger-usersync stop' and check that ranger usersync is
stopped
6] run : 'ranger-usersync version' and check the version is printed
------------------------------------------------------------------------------------
Please note the following open issues:
1] The linking of /usr/bin/ranger-admin to
$INSTALL_DIR/ews/ranger-admin-services.sh is now done as a part of installation
process.
2] Running /etc/init.d/ranger-admin start as root is notsupported currently.
Thanks,
Gautam Borad