forked from LearningJournal/Spark-Programming-In-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbdl.conf
More file actions
42 lines (42 loc) · 1.64 KB
/
sbdl.conf
File metadata and controls
42 lines (42 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[LOCAL]
enable.hive = false
hive.database = null
account.filter = active_ind = 1
party.filter =
address.filter =
kafka.topic = sbdl_kafka_cloud
kafka.bootstrap.servers = pkc-4j8dq.southeastasia.azure.confluent.cloud:9092
kafka.security.protocol = SASL_SSL
kafka.sasl.mechanism = PLAIN
kafka.client.dns.lookup = use_all_dns_ips
kafka.sasl.jaas.config = org.apache.kafka.common.security.plain.PlainLoginModule required username='{}' password='{}';
kafka.api_key = S5R6XQ67ENKF7JUM
kafka.api_secret = gs37/I3xWlpjxe8ZrG60q0dIZQKYmmUAcQ0HPdi9ntuhs365mW3opAVWUZqwi5Bi
[QA]
enable.hive = true
hive.database = sbdl_db_qa
account.filter = active_ind = 1
party.filter =
address.filter =
kafka.topic = sbdl_kafka_cloud
kafka.bootstrap.servers = pkc-56d1g.eastus.azure.confluent.cloud:9092
kafka.security.protocol = SASL_SSL
kafka.sasl.mechanism = PLAIN
kafka.client.dns.lookup = use_all_dns_ips
kafka.sasl.jaas.config = org.apache.kafka.common.security.plain.PlainLoginModule required username='{}' password='{}';
kafka.api_key = FTQVQAJIX55A4ZO4
kafka.api_secret = LOC/IGgsAdapaPLi7KG2xR3TW6QfowEigLqZkIP7hX4v0mcbCXO3uZVA09RxTcAQ
[PROD]
enable.hive = true
hive.database = sbdl_db
account.filter = active_ind = 1
party.filter =
address.filter =
kafka.topic = sbdl_kafka_cloud
kafka.bootstrap.servers = pkc-56d1g.eastus.azure.confluent.cloud:9092
kafka.security.protocol = SASL_SSL
kafka.sasl.mechanism = PLAIN
kafka.client.dns.lookup = use_all_dns_ips
kafka.sasl.jaas.config = org.apache.kafka.common.security.plain.PlainLoginModule required username='{}' password='{}';
kafka.api_key = FTQVQAJIX55A4ZO4
kafka.api_secret = LOC/IGgsAdapaPLi7KG2xR3TW6QfowEigLqZkIP7hX4v0mcbCXO3uZVA09RxTcAQ