You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/05/23 09:53:37 UTC

[39/50] [abbrv] ambari git commit: AMBARI-21067. Atlas config values not getting populated on BP cluster install with strategy : NEVER_APPLY (magyari_sandor)

AMBARI-21067. Atlas config values not getting populated on BP cluster install with strategy : NEVER_APPLY (magyari_sandor)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/74972de5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/74972de5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/74972de5

Branch: refs/heads/ambari-rest-api-explorer
Commit: 74972de559b21633288c03785dc672e792a172bb
Parents: fd4a7a4
Author: Sandor Magyari <sm...@hortonworks.com>
Authored: Fri May 19 09:06:24 2017 +0200
Committer: Sandor Magyari <sm...@hortonworks.com>
Committed: Mon May 22 14:27:38 2017 +0200

----------------------------------------------------------------------
 .../0.7.0.2.5/configuration/application-properties.xml    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/74972de5/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
index 70af02c..f34d8be 100644
--- a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
+++ b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
@@ -24,7 +24,7 @@
   <!-- Misc properties -->
   <property>
     <name>atlas.audit.hbase.zookeeper.quorum</name>
-    <value/>
+    <value>localhost</value>
     <description/>
     <on-ambari-upgrade add="false"/>
   </property>
@@ -38,7 +38,7 @@
   </property>
   <property>
     <name>atlas.graph.storage.hostname</name>
-    <value/>
+    <value>localhost</value>
     <description/>
     <on-ambari-upgrade add="false"/>
   </property>
@@ -66,7 +66,7 @@
   </property>
   <property>
     <name>atlas.graph.index.search.solr.zookeeper-url</name>
-    <value/>
+    <value>localhost:2181/infra-solr</value>
     <description>The ZooKeeper quorum setup for Solr as comma separated value.</description>
     <on-ambari-upgrade add="false"/>
   </property>
@@ -145,7 +145,7 @@
   </property>
   <property>
     <name>atlas.kafka.bootstrap.servers</name>
-    <value/>
+    <value>localhost:6667</value>
     <description>Comma separated list of Kafka broker endpoints in host:port form</description>
     <depends-on>
      <property>
@@ -157,7 +157,7 @@
   </property>
   <property>
     <name>atlas.kafka.zookeeper.connect</name>
-    <value/>
+    <value>localhost:2181</value>
     <description>Comma separated list of servers forming Zookeeper quorum used by Kafka.</description>
     <on-ambari-upgrade add="false"/>
   </property>