GitHub user rmetzger opened a pull request:

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

    [FLINK-1295][FLINK-883] Allow to deploy 'job only' YARN cluster. Add tests 
to YARN

    - users can now also deploy Flink on YARN for executing a single job.
    - the flink-yarn project has been moved out of the flink-addons module
    - the MiniYARNCluster is used for testing Flink on YARN
    - There is now a (undocumented) Java interface Flink's YARN client, 
allowing users to manually control the YARN session.
    - ALL ports used by Flink when running on YARN are automatically 
determined. In the past users reported problems with blocked ports (YARN is 
telling the client the RPC address of the application master)
    - The checks before deployment have been improved to give better error 
messages if the user is requesting too many resources for a YARN session
    
    The change has been tested on google compute cloud ("click to deploy" with 
google cloud storage, not hdfs) and amazon emr (hdfs).

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

    $ git pull https://github.com/rmetzger/flink 
flink1295-flink883-rebased-after-akka

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

    https://github.com/apache/flink/pull/292.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 #292
    
----
commit 273cafbf44b5796b96ff2396b0f6e68f79ce9185
Author: Robert Metzger <rmetz...@apache.org>
Date:   2014-12-01T17:59:49Z

    [FLINK-1295][FLINK-883] Allow to deploy 'job only' YARN cluster. Add tests 
to YARN
    
    - users can now also deploy Flink on YARN for executing a single job.
    - The flink-yarn project has been moved out of the flink-addons module
    - the MiniYARNCluster is used for testing Flink on YARN
    - There is now a (undocumented) Java interface Flink's YARN client, 
allowing users to manually control the Yarn session.
    - ALL ports used by Flink when running on YARN are automatically 
determined. In the past users reported problems with blocked ports (YARN is 
telling the client the RPC address of the application master)
    - The checks before deployment have been improved to give better error 
messages if the user is requesting too many resources for a YARN session

----


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