You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by wangzhijiang999 <gi...@git.apache.org> on 2017/01/13 10:43:54 UTC

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

GitHub user wangzhijiang999 opened a pull request:

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

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

    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: \u6dd8\u6c5f <ta...@alibaba-inc.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by asfgit <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #3114: [FLINK-5132]Introduce the ResourceSpec for grouping diffe...

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

    https://github.com/apache/flink/pull/3114
  
    Looks good, merging this.
    As a followup, I am wondering if it makes sense to check already in the constructors whether values are valid (for example that the amount of memory it not negative).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---