Modifying Parameter Settings
Using Flink and Kafka Coming with Yahoo Streaming Benchmark
Modify the following parameters in the stream-bench.sh script based on site requirements. Retain the default values for other parameters.
Parameter |
Default Value |
Description |
|---|---|---|
LOAD |
80000 |
Frequency that source sends data, that is, number of messages sent per second |
TEST_TIME |
60 |
Running time |
Using Customized Flink and Kafka
Modify the following parameters in the stream-bench.sh script based on site requirements.
Parameter |
Default Value |
Description |
|---|---|---|
ZK_HOST |
localhost |
Service IP address of a ZooKeeper node |
ZK_PORT |
2181 |
ZooKeeper port number |
KAFKA_DIR |
kafka_2.10-0.8.2.1 |
Kafka installation directory |
FLINK_DIR |
flink-1.0.1 |
Flink installation directory |
LOAD |
80000 |
Frequency that source sends data, that is, number of messages sent per second |
TEST_TIME |
60 |
Running time |
Parent topic: Testing Flink