You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/06 14:42:59 UTC

[jira] [Commented] (BEAM-830) Launcher for ApexRunner execution on YARN cluster

    [ https://issues.apache.org/jira/browse/BEAM-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725690#comment-15725690 ] 

ASF GitHub Bot commented on BEAM-830:
-------------------------------------

GitHub user tweise opened a pull request:

    https://github.com/apache/incubator-beam/pull/1517

    [BEAM-830] ApexRunner launch on YARN cluster.

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    R: @kennknowles @dhalperi 
    
    This PR provides the support to run a Beam pipeline through the main method on the YARN cluster. Example:
    
    ```
    $ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount -Dexec.args="--inputFile=pom.xml --output=counts --runner=ApexRunner --embeddedExecution=false" -Papex-runner
    ```
    
    To make that happen it has to do some magic with the class path to determine the dependencies that should be used with the Hadoop client. 
    
    Would like to get these changes into the upcoming release.


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

    $ git pull https://github.com/tweise/incubator-beam BEAM-830

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

    https://github.com/apache/incubator-beam/pull/1517.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 #1517
    
----
commit 1b1336fd903d13a5874f1e6b1d03888f54f0fbff
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-25T02:36:11Z

    BEAM-830 Support launch on YARN cluster.

----


> Launcher for ApexRunner execution on YARN cluster 
> --------------------------------------------------
>
>                 Key: BEAM-830
>                 URL: https://issues.apache.org/jira/browse/BEAM-830
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-apex
>            Reporter: Thomas Weise
>
> Currently the ApexRunner only support execution in embedded mode. Add the support to package the dependencies and run the Apex app on a YARN cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)