streaming-benchmarks
streaming-benchmarks copied to clipboard
Is there any script can run the tests on a multi-node cluster
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.
@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.
Hello, any news on the multi-node script? Some example for flink maybe?
@florakarniav I think you can trivially use flink's bin/start-cluster.sh script, as long as you have configured flink correctly.