GitHub user mxm opened a pull request:

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

    [FLINK-3134][yarn] asynchronous YarnJobManager heartbeats

    - use AMRMClientAsync instead of AMRMClient
    - handle allocation and startup of containers in callbacks
    - remove YarnHeartbeat message
    
    The AMRMClientAsync uses one thread to communicate with the resource
    manager and an additional thread to execute the callbacks.

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

    $ git pull https://github.com/mxm/flink yart-heartbeat-async

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

    https://github.com/apache/flink/pull/1450.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 #1450
    
----
commit 8ec6d492795801ffc7c76f37a3a3200bbf85f81c
Author: Maximilian Michels <m...@apache.org>
Date:   2015-12-08T13:35:04Z

    [FLINK-3134][yarn] asynchronous YarnJobManager heartbeats
    
    - use AMRMClientAsync instead of AMRMClient
    - handle allocation and startup of containers in callbacks
    - remove YarnHeartbeat message
    
    The AMRMClientAsync uses one thread to communicate with the resource
    manager and an additional thread to execute the callbacks.

----


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