소스 검색

AMBARI-16730 - Rename atlas lineage configurations

tbeerbower 9 년 전
부모
커밋
742a623b9c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml

+ 2 - 2
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml

@@ -118,11 +118,11 @@
     <description>Kafka auto commit setting for Atlas notifications.</description>
   </property>
   <property>
-    <name>atlas.lineage.table.schema.query.hive_table</name>
+    <name>atlas.lineage.schema.query.hive_table</name>
     <value>hive_table where __guid='%s'\, columns</value>
   </property>
   <property>
-    <name>atlas.lineage.table.schema.query.Table</name>
+    <name>atlas.lineage.schema.query.Table</name>
     <value>Table where __guid='%s'\, columns</value>
   </property>
   <property>