Yaml Files - MBtech/stormbenchmark GitHub Wiki
There are two important type of yaml files that might need to be changed. One contains the parameter that need to be optimized and their ranges and the second yaml file is the configuration template that contains the general set of configurations that need to be provided for the topology to work correctly (including the parameters to be tuned, file paths, some IP addresses etc)
Parameter YAML File:
The example of this type of yaml files can be found in the tuning
folder yamlFiles/conf_rollingcount_hc.yaml
.
The file has the following format
parameter_name: start_value, end_value, step_value, data_type
Configuration Template YAML File:
These yaml configurations are located in topologyConfs
subdirectory in the repo root
parameter_name: value