[
https://issues.apache.org/jira/browse/AMBARI-12256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613758#comment-14613758
]
Hudson commented on AMBARI-12256:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3053 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3053/])
AMBARI-12256. upgradeCatalog json properties mapping duplicate.(vbrodetskyi)
(vbrodetskyi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=f52b0a12adafeb3513590a4defb72cc6456b82d4)
* ambari-server/src/main/python/upgradeHelper.py
> upgradeCatalog json properties mapping duplicate
> ------------------------------------------------
>
> Key: AMBARI-12256
> URL: https://issues.apache.org/jira/browse/AMBARI-12256
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Blocker
> Fix For: 2.1.0
>
> Attachments: AMBARI-12256.patch
>
>
> In some cases property mapping can be duplicated. We need to handle this
> {code}
> "SSL_KEYSTORE_PASSWORD": {
> "map-to": "xasecure.policymgr.clientssl.keystore.password",
> "from-catalog": "ranger-hdfs-plugin-properties",
> "to-catalog": "ranger-hdfs-policymgr-ssl",
> "default": "myKeyFilePassword",
> "required-services": ["RANGER"]
> },
> "SSL_KEYSTORE_PASSWORD": {
> "map-to": "",
> "from-catalog": "ranger-hbase-plugin-properties",
> "to-catalog": "ranger-hbase-policymgr-ssl",
> "default": "",
> "required-services": ["RANGER"]
> },
> {code}
> let's add "map-from" key
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)