----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59221/#review174866 -----------------------------------------------------------
Ship it! Ship It! - Qiang Zhang On 五月 12, 2017, 1:20 p.m., pengjianhua wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59221/ > ----------------------------------------------------------- > > (Updated 五月 12, 2017, 1:20 p.m.) > > > 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 > hbase-agent/scripts/install.sh 265be1d > hdfs-agent/scripts/install.sh ea88546 > hive-agent/scripts/install.sh fa19634 > knox-agent/scripts/install.sh 41322d3 > plugin-kms/scripts/enable-kms-plugin.sh 6101ef3 > storm-agent/scripts/install.sh 955ceb5 > > > Diff: https://reviews.apache.org/r/59221/diff/2/ > > > Testing > ------- > > > Thanks, > > pengjianhua > >
