----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59329/ -----------------------------------------------------------
(Updated May 18, 2017, 3:48 p.m.) Review request for Ambari, Jonathan Hurley, Jayush Luniya, Nate Cole, and Sumit Mohanty. Bugs: AMBARI-21039 https://issues.apache.org/jira/browse/AMBARI-21039 Repository: ambari Description ------- STR: *Install Ambari 2.4.3 with HDP 2.5.3.0 *Include ZK, HDFS, MR, YARN, Hive (plus Pig, Tez, Slider), Kafka, Ambari Infra *Install bits for HDP 2.5.5.0 *Perform EU *Add Atlas as a service There will be an alert for "Metadata Server Web UI" being inaccessible because /etc/atlas/conf/solr/ will contain the wrong configs after the upgrade. This happens because installing Hive will also create artifacts in /usr/hdp/$version/atlas for the hooks, so when the bits are installed, it mistakenly creates /etc/atlas/conf as a broken symlink to /usr/hdp/current/atlas-client/conf (which doesn't exist yet). Because the symlink is broken to begin with, then adding Atlas for the first time does not populate the correct solr configs. This is a regression of AMBARI-18368, now that /usr/hdp/current/atlas-client exists as a valid symlink even though Atlas is not actually Diffs ----- ambari-common/src/main/python/resource_management/libraries/functions/conf_select.py 8d54053 Diff: https://reviews.apache.org/r/59329/diff/1/ Testing ------- Verified on live cluster. Thanks, Alejandro Fernandez