Github user rmetzger commented on the pull request:
https://github.com/apache/incubator-flink/pull/251#issuecomment-65761971
I thought that I forgot the `-n` option, but I got this when using it:
```
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 -s 8 -n 2 -tm 2000 -v -w
08:46:19,539 INFO org.apache.flink.mesos.core.MesosController
- starting
Exception in thread "main"
org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -n
at org.apache.commons.cli.Parser.processOption(Parser.java:363)
at org.apache.commons.cli.Parser.parse(Parser.java:199)
at org.apache.commons.cli.Parser.parse(Parser.java:85)
at
org.apache.flink.mesos.core.MesosController.run(MesosController.java:161)
at
org.apache.flink.mesos.core.MesosController.main(MesosController.java:267)
```
Thank you again for working on the Mesos integration. Once you have tested
it on a cluster yourself, I'll try it out again.
---
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.
---