Github user skunert commented on the pull request:

    https://github.com/apache/incubator-flink/pull/251#issuecomment-66447805
  
    @rmetzger I now am able to test on a cluster and found some bugs which I am 
working on right now. Nevertheless, your problem described above was something 
else. The command you used was 
    ```MESOS_NATIVE_LIBRARY="/usr/local/lib/libmesoso" ./bin/start-mesos.sh -l 
/usr/share/java/ -j lib/flink-dist-0.8-incubating-SNAPSHOT-mesos.jar -m 
127.0.0.1:5050 ```
    But it should be something like this:
    ```./bin/start-mesos.sh -j lib/flink-dist-0.8-incubating-SNAPSHOT-mesos.jar 
-m 10.86.206.126:5050 -l /usr/local/lib ```
    The -l option needs to describe the location of the native mesos library.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to