-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathparticlespark.conf
31 lines (25 loc) · 1.12 KB
/
particlespark.conf
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
#Defines options relating to Particle
[Particle]
ParticleUri=https://api.particle.io/v1/events ; The API endpoint. This default is for all public events.
ApiKey=yourkeyhere ; This is an API key for accessing the Particle API.
#Defines options relating to Kafka
[Kafka]
KafkaBrokers=ip-10-0-0-243.ec2.internal:9092 ; Location of a Kafka Broker
#Defines options relating to Kudu
[Kudu]
KuduMaster=ip-10-0-0-243.ec2.internal:7051 ; Location of a Kudu Master
#Defines options relating to Zookeeper
[Zookeeper]
Zookeeper=ip-10-0-0-243.ec2.internal:2181
#Defines options relating to Impala
[Impala]
Daemon=cdh-0-160.cloudera.internal:21050
#Defines Kerberos related options
[Kerberos]
[email protected] ; Kerberos principal
Keytab=/home/cdsw/navi.keytab ; Fully qualified path to keytab
#Defines script-related options
[Options]
PrintEvents=enabled ; This enables printing events to console as they come in. Valid values are enabled and disabled
BatchSize=1000 ; This is the number of events between pauses. In low-resource Hadoop envs, high values cause memory exceptions.
BatchPause=0 ; Number of seconds between event batches.