----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27749/ -----------------------------------------------------------
Review request for Ambari, John Speidel and Mahadev Konar. Repository: ambari Description ------- This patch implements a fix for AMBARI-8217. The config properties for the App Timeline Service that deal with listening addresses previously used the "0.0.0.0" IP address. This causes problems for remote clients, which rely on this configuration in order to contact the App Timeline Server. This problem only manifests itself during a Blueprints Cluster install. This patch modifies three timeline-service address properties to use "localhost" as the default, rather than "0.0.0.0". This allows the Blueprint config processor to handle the substitution properly for these properties, and they will be updated with the hostname that includes the running App Timeline Service. Diffs ----- ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml dd67eb3 Diff: https://reviews.apache.org/r/27749/diff/ Testing ------- 1. Manually verified the fix against trunk. Thanks, Robert Nettleton
