[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2016-03-18 Thread ankurcha
Github user ankurcha closed the pull request at: https://github.com/apache/flink/pull/948 --- 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

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-10-11 Thread ankurcha
Github user ankurcha commented on a diff in the pull request: https://github.com/apache/flink/pull/948#discussion_r41721162 --- Diff: flink-mesos/pom.xml --- @@ -0,0 +1,203 @@ + + +http://maven.apache.org/POM/4.0.0; +xmlns:xsi="http://www.w3.org

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-09-24 Thread ankurcha
Github user ankurcha commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-142825340 Hi @rmetzger, This completely got buried in scheduler but i think i have finally worked out the kinks. Thanks for spending the time to try it out. I

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-09-07 Thread ankurcha
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

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-08-30 Thread ankurcha
Github user ankurcha commented on a diff in the pull request: https://github.com/apache/flink/pull/948#discussion_r38281174 --- Diff: flink-mesos/src/main/scala/org/apache/flink/mesos/scheduler/SchedulerUtils.scala --- @@ -0,0 +1,348 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-08-30 Thread ankurcha
Github user ankurcha commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-136236719 @rmetzger I have finally got some time to work on this again. Let me address your question one by one: Why did you decide to start the JobManager alongside

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-08-19 Thread ankurcha
Github user ankurcha commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-132529165 Thanks all for the comments. I am out for MesosCon and work this week. I'll try to address the feedback and push some changes later this weekend. --- If your project

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-08-11 Thread ankurcha
Github user ankurcha commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-129765378 @StephanEwen Thanks for the pointer, I replied on the mailing list thread. Any code-review comments for this pull request? --- If your project is set up

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-07-30 Thread ankurcha
Github user ankurcha commented on the pull request: https://github.com/apache/flink/pull/948#issuecomment-126522087 Clearly i don't know how to add stuff correctly to the .travis file. If I could get some help with that, it'll be great. @uce @StephanEwen - I haven't seen

[GitHub] flink pull request: [FLINK-1984] Integrate Flink with Apache Mesos

2015-07-28 Thread ankurcha
GitHub user ankurcha opened a pull request: https://github.com/apache/flink/pull/948 [FLINK-1984] Integrate Flink with Apache Mesos This pull requests adds a mesos scheduler and an executor (inspired from the work done in, now abandoned, PR #251). The highlights are as follows