Repository: ambari Updated Branches: refs/heads/trunk 8f82a1a0d -> 1b7afa940
AMBARI-11253. need to populate atlas server bind address (Jon Maron via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1b7afa94 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1b7afa94 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1b7afa94 Branch: refs/heads/trunk Commit: 1b7afa940a98dbf83580a14d585dd672cff95584 Parents: 8f82a1a Author: Sumit Mohanty <[email protected]> Authored: Tue May 19 15:00:38 2015 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue May 19 15:00:38 2015 -0700 ---------------------------------------------------------------------- .../ATLAS/0.1.0.2.3/configuration/application-properties.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1b7afa94/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml index e774f3b..29f4e72 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml @@ -176,6 +176,7 @@ metadata.authentication.method={{authentication_method}} metadata.authentication.principal={{authentication_principal}} metadata.authentication.keytab={{authentication_keytab}} + metadata.server.bind.address={{metadata_host}} # SPNEGO metadata.http.authentication.enabled={{http_authentication_enabled}}
