-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9715/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone.
Description
-------
There has been a regression in that the example frameworks don't run unless
both MESOS_BUILD_DIR and MESOS_SOURCE_DIR are explicitly set:
MESOS_BUILD_DIR=/home/bmahler/git/mesos/build
MESOS_SOURCE_DIR=/home/bmahler/git/mesos ./src/long-lived-framework
localhost:5050
This addresses bugs MESOS-163 and MESOS-341.
https://issues.apache.org/jira/browse/MESOS-163
https://issues.apache.org/jira/browse/MESOS-341
Diffs
-----
bin/mesos-build-env.sh.in 31bccad3fab133dcb67670a2727b8ce433f62f70
Diff: https://reviews.apache.org/r/9715/diff/
Testing
-------
make check
Ran the long-lived framework
Thanks,
Ben Mahler