-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59221/
-----------------------------------------------------------
Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O
hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan
Neethiraj, Velmurugan Periasamy, and Qiang Zhang.
Bugs: RANGER-1574
https://issues.apache.org/jira/browse/RANGER-1574
Repository: ranger
Description
-------
The XAAUDIT.DB.PASSWORD property had been deleted in RANGER-900. The following
redundant code should be deleted for plugin installer because these codes will
never be executed.
auditCredAlias="auditDBCred"
auditdbCred=$(getInstallProperty 'XAAUDIT.DB.PASSWORD')
if [ "${auditdbCred}" != "" ]; then
create_jceks "${auditCredAlias}" "${auditdbCred}" "${CredFile}"
I had checked the property for plugin-yarn,
plugin-solr,plugin-kafka,plugin-atlas,hive-agent,hdfs-agent and hbase-agent.
The test result shows that the modification is ok.
Diffs
-----
agents-common/scripts/enable-agent.sh d13875c
Diff: https://reviews.apache.org/r/59221/diff/1/
Testing
-------
Thanks,
pengjianhua