----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61283/#review181971 -----------------------------------------------------------
ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml Lines 317 (patched) <https://reviews.apache.org/r/61283/#comment257807> ranger-hive-audit exists in both BI 4.2.0 and BI 4.2.5, so the change should be in both upgrade pack xml files. - Di Li On Aug. 1, 2017, 10:34 p.m., Alejandro Fernandez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61283/ > ----------------------------------------------------------- > > (Updated Aug. 1, 2017, 10:34 p.m.) > > > Review request for Ambari, Dmytro Grinenko, Di Li, Sumit Mohanty, Sid Wagle, > and Tim Thorpe. > > > Bugs: AMBARI-21627 > https://issues.apache.org/jira/browse/AMBARI-21627 > > > Repository: ambari > > > Description > ------- > > STR: > > * Install BigInsights 4.2.0 with Ranger, Knox, Kafka, Hive, HBase, YARN, HDFS > * Upgrade Ambari to 2.5.2 > * Install HDP 2.6 > * Perform EU to HDP 2.6 > > > All of the config types like ranger-*-audit.xml have configs that need to be > deleted that begin with xasecure.audit.destination.db.* > E.g., > ``` > xasecure.audit.destination.db: "true", > xasecure.audit.destination.db.batch.filespool.dir: > "/var/log/hbase/audit/db/spool", > xasecure.audit.destination.db.jdbc.driver: "{{jdbc_driver}}", > xasecure.audit.destination.db.jdbc.url: "{{audit_jdbc_url}}", > xasecure.audit.destination.db.password: > "SECRET:ranger-hbase-audit:3:xasecure.audit.destination.db.password", > xasecure.audit.destination.db.user: "{{xa_audit_db_user}}", > ``` > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml > 17e80b5 > > ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/nonrolling-upgrade-to-hdp-2.6.xml > 55736cf > > > Diff: https://reviews.apache.org/r/61283/diff/1/ > > > Testing > ------- > > Inspected manually > > > Thanks, > > Alejandro Fernandez > >