----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36134/#review90233 -----------------------------------------------------------
Ship it! Ship It! - Dmytro Sen On Июль 2, 2015, 3:26 п.п., Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36134/ > ----------------------------------------------------------- > > (Updated Июль 2, 2015, 3:26 п.п.) > > > Review request for Ambari and Dmytro Sen. > > > Bugs: AMBARI-12256 > https://issues.apache.org/jira/browse/AMBARI-12256 > > > Repository: ambari > > > Description > ------- > > 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 > > > Diffs > ----- > > ambari-server/src/main/python/upgradeHelper.py 466b12f > > Diff: https://reviews.apache.org/r/36134/diff/ > > > Testing > ------- > > ---------------------------------------------------------------------- > Ran 257 tests in 6.407s > > OK > ---------------------------------------------------------------------- > Total run:789 > Total errors:0 > Total failures:0 > OK > > > Thanks, > > Vitalyi Brodetskyi > >
