Repository: ambari Updated Branches: refs/heads/trunk 785dd318f -> 9a5f012d2
AMBARI-16730 - Rename atlas lineage configurations Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9a5f012d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9a5f012d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9a5f012d Branch: refs/heads/trunk Commit: 9a5f012d20f554fd4fbc817902ee1124291d7551 Parents: 785dd31 Author: tbeerbower <[email protected]> Authored: Thu May 19 10:46:45 2016 -0400 Committer: tbeerbower <[email protected]> Committed: Thu May 19 10:46:54 2016 -0400 ---------------------------------------------------------------------- .../configuration/application-properties.xml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9a5f012d/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 2dab35a..53c1369 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 @@ -86,4 +86,36 @@ <value>false</value> <description>Kafka auto commit setting for Atlas notifications.</description> </property> + <property> + <name>atlas.lineage.table.schema.query.hive_table</name> + <value>hive_table where name='%s'\, columns</value> + </property> + <property> + <name>atlas.lineage.table.schema.query.Table</name> + <value>Table where name='%s'\, columns</value> + </property> + <property> + <name>atlas.lineage.hive.table.type.name</name> + <deleted>true</deleted> + </property> + <property> + <name>atlas.lineage.hive.table.schema.query.hive_table</name> + <deleted>true</deleted> + </property> + <property> + <name>atlas.lineage.hive.table.schema.query.Table</name> + <deleted>true</deleted> + </property> + <property> + <name>atlas.lineage.hive.process.type.name</name> + <deleted>true</deleted> + </property> + <property> + <name>atlas.lineage.hive.process.inputs.name</name> + <deleted>true</deleted> + </property> + <property> + <name>atlas.lineage.hive.process.outputs.name</name> + <deleted>true</deleted> + </property> </configuration>
