Alejandro Fernandez created AMBARI-21627:
--------------------------------------------
Summary: Cross-stack upgrade from IOP to HDP, ranger audit
properties need to be deleted
Key: AMBARI-21627
URL: https://issues.apache.org/jira/browse/AMBARI-21627
Project: Ambari
Issue Type: Bug
Components: stacks
Affects Versions: 2.5.2
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
Fix For: 2.5.2
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.,
{noformat}
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}}",
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)