GitHub user EronWright opened a pull request:

    https://github.com/apache/flink/pull/2315

    [FLINK-1984] Integrate Flink with Apache Mesos (T1)

    Part one ("T1") of Flink on Mesos.
    
    Implemented Mesos AppMaster including:
    - runners for AppMaster and TaskManager
    - MesosFlinkResourceManager as a Mesos framework
    - ZK persistent storage for Mesos tasks
    - reusable scheduler actors for:
      - offer handling using Netflix Fenzo (LaunchCoordinator)
      - reconciliation (ReconciliationCoordinator)
      - task monitoring (TaskMonitor)
      - connection monitoring (ConnectionMonitor)
    - lightweight HTTP server to serve artifacts to the Mesos fetcher 
(ArtifactServer)
    - scenario-based logging for:
      - connectivity issues
      - offer handling (receive, process, decline, rescind, accept)
    - incorporated FLINK-4152, FLINK-3904, FLINK-4141, FLINK-3675, FLINK-4166
    
    Docs aren't yet provided; to be provided when client changes come in.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/EronWright/flink feature-FLINK-1984-T1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2315.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2315
    
----
commit 942bf02e28d44a5907b0c8d86f5eb94dfedb423b
Author: wrighe3 <eron.wri...@emc.com>
Date:   2016-07-14T07:12:49Z

    [FLINK-1984] Mesos ResourceManager - T1 milestone
    
    Implemented Mesos AppMaster including:
    - runners for AppMaster and TaskManager
    - MesosFlinkResourceManager as a Mesos framework
    - ZK persistent storage for Mesos tasks
    - reusable scheduler actors for:
      - offer handling using Netflix Fenzo (LaunchCoordinator)
      - reconciliation (ReconciliationCoordinator)
      - task monitoring (TaskMonitor)
      - connection monitoring (ConnectionMonitor)
    - lightweight HTTP server to serve artifacts to the Mesos fetcher 
(ArtifactServer)
    - scenario-based logging for:
      - connectivity issues
      - offer handling (receive, process, decline, rescind, accept)
    - incorporated FLINK-4152, FLINK-3904, FLINK-4141, FLINK-3675, FLINK-4166

----


---
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