Github user ankurcha commented on the pull request:

    https://github.com/apache/flink/pull/948#issuecomment-138417721
  
    @rmetzger This PR should be good to test. I have embedded a simple http 
server that can serve the `log4j.configuration=...` file or the a default file 
to the task managers. I recommend using `mvn -P include-mesos clean package` in 
flink dist followed by something similar to:
    
    ```bash
    java 
-Dlog4j.configuration=/Users/achauhan/Projects/flink/flink-dist/target/flink-0.10-SNAPSHOT-bin/flink-0.10-SNAPSHOT/conf/log4j.properties
 -cp flink-dist-0.10-SNAPSHOT.jar 
org.apache.flink.mesos.scheduler.FlinkScheduler --confDir 
/Users/achauhan/Projects/flink/flink-dist/target/flink-0.10-SNAPSHOT-bin/flink-0.10-SNAPSHOT/conf
    ```
    
    to start the job manager. The `--confDir` path must contain correct 
configuration etc. Please let me know if you face any problems. I have tried it 
using [playa-mesos](https://github.com/mesosphere/playa-mesos).


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to