Repository: ambari Updated Branches: refs/heads/branch-2.4 0f0e4f42f -> 5d2f14d73
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/5d2f14d7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5d2f14d7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5d2f14d7 Branch: refs/heads/branch-2.4 Commit: 5d2f14d73a82947e7bfecb96cc4e7306ec0eaaef Parents: 0f0e4f4 Author: tbeerbower <[email protected]> Authored: Thu May 19 10:46:45 2016 -0400 Committer: tbeerbower <[email protected]> Committed: Thu May 19 10:47:52 2016 -0400 ---------------------------------------------------------------------- .../configuration/application-properties.xml | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5d2f14d7/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>
