-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23696/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-1591
https://issues.apache.org/jira/browse/MESOS-1591
Repository: mesos-git
Description
-------
Changed the deployment method for this framework to be packaging libmesos.so
and load-generator-framework binaries together in a tarball.
Diffs
-----
src/Makefile.am c216e2ffec3ad850ecebe5a841b7f1d6e053cc25
Diff: https://reviews.apache.org/r/23696/diff/
Testing
-------
Ran this tarball package as an Aurora job with the following command:
LD_LIBRARY_PATH=. ./load-generator-framework \
--master=zk://<zkpass> \
--qps=5000 \
--secret=<password_file> \
--authenticate \
--duration=1mins
Thanks,
Jiang Yan Xu