yahoo / streaming-benchmarks

Benchmarks for Low Latency (Streaming) solutions including Apache Storm, Apache Spark, Apache Flink, ...
Apache License 2.0
622 stars 294 forks source link

Is there any script can run the tests on a multi-node cluster #7

Open huafengw opened 8 years ago

revans2 commented 8 years ago

Not yet. We ran the multi-node setup manually, and added in the single node script after the fact to capture what we had done, and make it simpler to try out.

revans2 commented 8 years ago

@shubhangig

The multi-node setup is specific to each tool, storm, flink, kafka, and spark. Redis we didn't do multi-node, but you can set that up too on newer versions.

florakarniav commented 6 years ago

Hello, any news on the multi-node script? Some example for flink maybe?

yeshengm commented 6 years ago

@florakarniav I think you can trivially use flink's bin/start-cluster.sh script, as long as you have configured flink correctly.