[GitHub] flink pull request #3114: [FLINK-5132]Introduce the ResourceSpec for groupin...

2017-02-09 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] flink pull request #3114: [FLINK-5132]Introduce the ResourceSpec for groupin...

2017-01-13 Thread wangzhijiang999
GitHub user wangzhijiang999 opened a pull request:

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

[FLINK-5132]Introduce the ResourceSpec for grouping different resourc…

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.

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

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

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

https://github.com/apache/flink/pull/3114.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 #3114


commit 8689e0d4f81de9f2b704d425aa56ca3f5e792f29
Author: 淘江 
Date:   2017-01-13T10:40:47Z

[FLINK-5132]Introduce the ResourceSpec for grouping different resource 
factors in API




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