While launching Pegasus bench, error occurred that config file was not found:
$ /home/data/pegasus/tools/run.sh bench --type fillrandom_pegasus --num 100000 --cluster 127.0.0.1:34601--app_name test --thread_num 2
cp: cannot stat ‘/home/data/pegasus/tools/build/latest/output/bin/pegasus_bench/config.ini’: No such file or directory
The reason is that the tools is packaged by pack_tools for production environment, where build/latest/output could not be found since it is only used for local test environment.
While launching Pegasus bench, error occurred that config file was not found:
The reason is that the tools is packaged by
pack_tools
for production environment, wherebuild/latest/output
could not be found since it is only used for local test environment.