GitHub user wangzhijiang999 opened a pull request:

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

        [FLINK-5132][FLINK-5133][FLINK-5134][Core,DataStream API,DataSet API] 
Fine-grained Resource Configuration

    Introduce the **ResourceSpec** structure to describe the different resource 
factors.
    Add  new **setResource**  API for both **DataStream** and **DataSet**.
    In the internal construction of **StreamGraph** and **JobGraph** for 
DataStream, set the corresponding resource and merge resource for the 
**JobVertex**, and the similar way in **Plan**, **OptimizedPlan** for 
**DataSet**.

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

    $ git pull https://github.com/wangzhijiang999/flink jira-5132

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

    https://github.com/apache/flink/pull/2906.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 #2906
    
----
commit 73e7cca3b3540b877bf1c03d18fc77d6b69dc867
Author: 淘江 <[email protected]>
Date:   2016-11-28T10:07:15Z

    [FLINK-5132][FLINK-5133][FLINK-5134][Core,DataStream API,DataSet API] 
Fine-grained Resource Configuration
    
    Summary: above
    
    Test Plan: NA
    
    Reviewers: yushi.wxg
    
    Subscribers: #blink
    
    Differential Revision: http://phabricator.taobao.net/D6593

commit 02b0e9d71db86921485ee27dbbb588f6c48fd19e
Author: 淘江 <[email protected]>
Date:   2016-11-30T09:13:32Z

    [FLINK-5132][DataSet API,DataStream API] Introduce the ResourceSpec API for 
DataSet and DataStream

commit ceed4cb5a9798fb628e82511c08b70636acae9b0
Author: 淘江 <[email protected]>
Date:   2016-11-30T09:43:22Z

    [FLINK-5132][DataSet API,DataStream API] Introduce the ResourceSpec API for 
DataSet and DataStream

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to