Github user rmetzger commented on the pull request:
https://github.com/apache/incubator-flink/pull/251#issuecomment-65761740
Okay, cool.
I've build your code (the maven side of things looks good) and tried it
using a Mesosphere Google Cluster.
I got the following error:
```
jclouds@development-2518-a1c:~/flink-mesos-0.8-incubating-SNAPSHOT$
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
08:36:37,931 INFO org.apache.flink.mesos.core.MesosController
- starting
flink.base.dir.path:
/home/jclouds/flink-mesos-0.8-incubating-SNAPSHOT/bin/..
Warning: MESOS_NATIVE_LIBRARY is deprecated, use MESOS_NATIVE_JAVA_LIBRARY
instead. Future releases will not support JNI bindings via MESOS_NATIVE_LIBRARY.
I1205 08:36:37.995919 4386 sched.cpp:137] Version: 0.21.0
I1205 08:36:38.002944 4400 sched.cpp:234] New master detected at
[email protected]:5050
I1205 08:36:38.003168 4400 sched.cpp:242] No credentials provided.
Attempting to register without authentication
```
The error is that nothing is happening after this log message (I waited for
5 minutes).
The mesos web interface is not showing anything.
---
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.
---