-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43720/
-----------------------------------------------------------
Review request for Ambari and Myroslav Papirkovskyy.
Bugs: AMBARI-15006
https://issues.apache.org/jira/browse/AMBARI-15006
Repository: ambari
Description
-------
Upgrading Ambari Server from 2.1.2.1 to 2.2.1 caused unnecessary addition of
the following config properties in hive-site.xml and forced Hive to be
restarted:
atlas.cluster.name: primary
atlas.hook.hive.maxThreads: 1
atlas.hook.hive.minThreads: 1
atlas.rest.address: <http://localhost:21000>
The cluster does not have Atlas installed.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog222.java
88b3151
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
dde726a
ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
a611386
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog222Test.java
aa4090e
Diff: https://reviews.apache.org/r/43720/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk