[
https://issues.apache.org/jira/browse/MESOS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231626#comment-13231626
]
Charles Reiss commented on MESOS-163:
-------------------------------------
The framework should be able to run on a cluster (assuming replication of the
binaries or a shared filesystem), but it isn't designed to test the cluster;
for example, it won't try to execute on all the machines in the cluster.
> test_framework cannot run without MESOS_BUILD_DIR set unless libmesos.so is
> on library path
> -------------------------------------------------------------------------------------------
>
> Key: MESOS-163
> URL: https://issues.apache.org/jira/browse/MESOS-163
> Project: Mesos
> Issue Type: Bug
> Environment: Linux
> Reporter: Charles Reiss
> Priority: Trivial
> Labels: examples
>
> test_framework locates test_executor by using argv[0]. On Linux, this results
> in it passing an executor URI that is in .libs. Trying to execute this binary
> directory can fail because libmesos.so.0 is not found, so the task is lost on
> all the slaves.
> In the tests we avoid this problem by setting MESOS_BUILD_DIR and using it to
> locate the executor, but no scripts in bin/ will help the user in setting it
> and it is not documented.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira