Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 2e07edf22 -> 76a2eeef4


AMBARI-16781 - Atlas HA configuration Property Changed


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

Branch: refs/heads/branch-2.4
Commit: 76a2eeef4eb1a1590aaae806b5bef9ac53b94356
Parents: 2e07edf
Author: tbeerbower <tbeerbo...@hortonworks.com>
Authored: Fri May 20 06:49:32 2016 -0400
Committer: tbeerbower <tbeerbo...@hortonworks.com>
Committed: Fri May 20 06:50:55 2016 -0400

----------------------------------------------------------------------
 .../common-services/ATLAS/0.1.0.2.3/package/scripts/params.py  | 2 +-
 .../services/ATLAS/configuration/application-properties.xml    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/76a2eeef/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
index 9e22808..1ce9cda 100644
--- 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
+++ 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/package/scripts/params.py
@@ -158,7 +158,7 @@ for host in atlas_hosts:
     server_hosts = server_host
   else:
     server_ids += "," + server_id
-    server_hosts += "\n" + "atlas.server.host." + server_id + "=" + server_host
+    server_hosts += "\n" + "atlas.server.address." + server_id + "=" + 
server_host
 
   id += 1
   first_id = False

http://git-wip-us.apache.org/repos/asf/ambari/blob/76a2eeef/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
index 53c1369..0631b7d 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
@@ -34,7 +34,7 @@
     </value-attributes>
   </property>
   <property>
-    <name>atlas.server.host.id1</name>
+    <name>atlas.server.address.id1</name>
     <value>{{server_hosts}}</value>
     <description>Mapping of Atlas server ids to hosts.</description>
     <value-attributes>
@@ -88,11 +88,11 @@
   </property>
   <property>
     <name>atlas.lineage.table.schema.query.hive_table</name>
-    <value>hive_table where name='%s'\, columns</value>
+    <value>hive_table where __guid='%s'\, columns</value>
   </property>
   <property>
     <name>atlas.lineage.table.schema.query.Table</name>
-    <value>Table where name='%s'\, columns</value>
+    <value>Table where __guid='%s'\, columns</value>
   </property>
   <property>
     <name>atlas.lineage.hive.table.type.name</name>

Reply via email to