-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmarkConf.yaml
More file actions
executable file
·46 lines (35 loc) · 961 Bytes
/
Copy pathbenchmarkConf.yaml
File metadata and controls
executable file
·46 lines (35 loc) · 961 Bytes
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
43
44
45
# Copyright 2015, Yahoo Inc.
# Licensed under the terms of the Apache License 2.0. Please see LICENSE file in the project root for terms.
kafka.brokers:
- "kafka-node-01"
- "kafka-node-02"
- "kafka-node-03"
kafka.port: 9092
kafka.topic: "ad-event"
kafka.partitions: 3
kafka.zookeeper.path: /
akka.zookeeper.path: /akkaQuery
zookeeper.servers:
- "zookeeper-node-01"
zookeeper.port: 2181
redis.host: "redis"
process.hosts: 6
process.cores: 8
#STORM Specific
storm.workers: 1
storm.ackers: 2
storm.highcard.redisthreads: 20
#Spark Specific
spark.batchtime: 2000
#Flink specific
group.id: "flink_yahoo_benchmark"
flink.checkpoint.interval: 60000
add.result.sink: 1
flink.highcard.checkpointURI: "file:///tmp/checkpoints"
redis.threads: 20
# The following is for when running the EventGenerator directly rather than reading from Kafka
use.local.event.generator: 1
redis.flush: 1
redis.db: 0
load.target.hz: 10000000
num.campaigns: 1000000