You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by darionyaphet <gi...@git.apache.org> on 2017/09/29 14:58:55 UTC

[GitHub] incubator-gearpump pull request #228: [GEARPUMP-351] Support executor number...

GitHub user darionyaphet opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/228

    [GEARPUMP-351] Support executor number in submit

    When `ClientContext` submit application to cluster and must add a argument executors to specifies the executor number use to running job , otherwise it will running in a JVM process. 
    
    We should support executor number in program API .

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

    $ git pull https://github.com/darionyaphet/incubator-gearpump GEARPUMP-351

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

    https://github.com/apache/incubator-gearpump/pull/228.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 #228
    
----
commit a74960085a55086916a166db84812b96ea1d7289
Author: darion.yaphet <da...@gmail.com>
Date:   2017-09-29T14:57:04Z

    [GEARPUMP-351] Support executor number in submit

----


---

[GitHub] incubator-gearpump issue #228: [GEARPUMP-351] Support executor number in sub...

Posted by codecov-io <gi...@git.apache.org>.
Github user codecov-io commented on the issue:

    https://github.com/apache/incubator-gearpump/pull/228
  
    # [Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/228?src=pr&el=h1) Report
    > Merging [#228](https://codecov.io/gh/apache/incubator-gearpump/pull/228?src=pr&el=desc) into [master](https://codecov.io/gh/apache/incubator-gearpump/commit/175b08e64c3363a2da9c61e05dac5f01d1f8db2d?src=pr&el=desc) will **increase** coverage by `0.39%`.
    > The diff coverage is `100%`.
    
    
    
    ```diff
    @@            Coverage Diff             @@
    ##           master     #228      +/-   ##
    ==========================================
    + Coverage   69.01%   69.41%   +0.39%     
    ==========================================
      Files         191      191              
      Lines        6119     6120       +1     
      Branches      358      357       -1     
    ==========================================
    + Hits         4223     4248      +25     
    + Misses       1896     1872      -24
    ```
    



---

[GitHub] incubator-gearpump pull request #228: [GEARPUMP-351] Support executor number...

Posted by darionyaphet <gi...@git.apache.org>.
Github user darionyaphet closed the pull request at:

    https://github.com/apache/incubator-gearpump/pull/228


---