[
https://issues.apache.org/jira/browse/FLINK-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708097#comment-15708097
]
ASF GitHub Bot commented on FLINK-5132:
---------------------------------------
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
----
> Introduce the ResourceSpec for grouping different resource factors in API
> -------------------------------------------------------------------------
>
> Key: FLINK-5132
> URL: https://issues.apache.org/jira/browse/FLINK-5132
> Project: Flink
> Issue Type: Sub-task
> Components: Core
> Reporter: Zhijiang Wang
> Assignee: Zhijiang Wang
>
> This is part of the fine-grained resource configuration.
> The current resource factors include cpu cores, heap memory, direct memory,
> native memory and state size.
> The *ResourceSpec* will provide some basic constructions for grouping
> different resource factors as needed and the construction can also be
> expanded easily for further requirements.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)