empiredan opened a new issue, #1895: URL: https://github.com/apache/incubator-pegasus/issues/1895
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
