Commit 3b074d9c by Madhan Neethiraj

ATLAS-2499: removed unused properties from atlas-application.properties file

parent c8b96d33
...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -59,10 +59,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -59,10 +59,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -75,10 +75,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -75,10 +75,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=${tests.solr.embedded} atlas.graph.index.search.solr.embedded=${tests.solr.embedded}
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
# Graph Database # Graph Database
#Configures the graph database to use. Defaults to JanusGraph 0.1.1 #Configures the graph database to use. Defaults to JanusGraph
#atlas.graphdb.backend=org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase #atlas.graphdb.backend=org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
# Graph Storage # Graph Storage
atlas.graph.storage.backend=${graph.storage.backend} atlas.graph.storage.backend=${graph.storage.backend}
atlas.graph.storage.hbase.table=apache_atlas_titan atlas.graph.storage.hbase.table=apache_atlas_janus
${graph.storage.properties} ${graph.storage.properties}
...@@ -41,10 +41,10 @@ ${graph.storage.properties} ...@@ -41,10 +41,10 @@ ${graph.storage.properties}
# This allows the default behavior of doing "soft" deletes to be changed. # This allows the default behavior of doing "soft" deletes to be changed.
# #
# Allowed Values: # Allowed Values:
# org.apache.atlas.repository.graph.SoftDeleteHandler - all deletes are "soft" deletes # org.apache.atlas.repository.store.graph.v1.SoftDeleteHandlerV1 - all deletes are "soft" deletes
# org.apache.atlas.repository.graph.HardDeleteHandler - all deletes are "hard" deletes # org.apache.atlas.repository.store.graph.v1.HardDeleteHandlerV1 - all deletes are "hard" deletes
# #
#atlas.DeleteHandler.impl=org.apache.atlas.repository.graph.SoftDeleteHandler #atlas.DeleteHandlerV1.impl=org.apache.atlas.repository.store.graph.v1.SoftDeleteHandlerV1
# Entity audit repository # Entity audit repository
# #
...@@ -79,6 +79,7 @@ atlas.kafka.hook.group.id=atlas ...@@ -79,6 +79,7 @@ atlas.kafka.hook.group.id=atlas
atlas.kafka.enable.auto.commit=false atlas.kafka.enable.auto.commit=false
atlas.kafka.auto.offset.reset=earliest atlas.kafka.auto.offset.reset=earliest
atlas.kafka.session.timeout.ms=30000 atlas.kafka.session.timeout.ms=30000
atlas.kafka.offsets.topic.replication.factor=1
atlas.kafka.poll.timeout.ms=1000 atlas.kafka.poll.timeout.ms=1000
atlas.notification.create.topics=true atlas.notification.create.topics=true
...@@ -91,11 +92,6 @@ atlas.notification.hook.retry.interval=1000 ...@@ -91,11 +92,6 @@ atlas.notification.hook.retry.interval=1000
#atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM #atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM
#atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab #atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.Table=Table where __guid='%s'\, columns
## Server port configuration ## Server port configuration
#atlas.server.http.port=21000 #atlas.server.http.port=21000
#atlas.server.https.port=21443 #atlas.server.https.port=21443
......
...@@ -75,10 +75,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -75,10 +75,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=${tests.solr.embedded} atlas.graph.index.search.solr.embedded=${tests.solr.embedded}
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address} ...@@ -57,10 +57,6 @@ atlas.graph.index.search.solr.zookeeper-url=${solr.zk.address}
atlas.graph.index.search.solr.embedded=true atlas.graph.index.search.solr.embedded=true
atlas.graph.index.search.max-result-set-size=150 atlas.graph.index.search.max-result-set-size=150
######### Hive Lineage Configs #########
## Schema
atlas.lineage.schema.query.hive_table=hive_table where __guid='%s'\, columns
atlas.lineage.schema.query.hive_table_v1=hive_table_v1 where __guid='%s'\, columns
######### Notification Configs ######### ######### Notification Configs #########
atlas.notification.embedded=true atlas.notification.embedded=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment