[ 
https://issues.apache.org/jira/browse/FLINK-5135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708151#comment-15708151
 ] 

ASF GitHub Bot commented on FLINK-5135:
---------------------------------------

GitHub user wangzhijiang999 opened a pull request:

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

    [FLINK-5135][JM]ResourceProfile for slot request should be expanded to 
correspond with ResourceSpec

    Currently the **ResourceProfile** only contains cpu cores and memory 
properties. The memory should be expanded to different types such as heap 
memory, direct memory and native memory which corresponds with memory in 
**ResourceSpec**.
    
    It contains the related un-merging codes for [FLINK-5132] [FLINK-5133] 
[FLINK-5134]. And the modifications for [FLINK-5135] only includes **SlotPool** 
and **ResourceProfile**.

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

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

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

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

commit 6021b056f4de8bb2e74ff6709326b58e69547404
Author: 淘江 <[email protected]>
Date:   2016-11-30T09:55:10Z

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

commit 3ccd36033ff9b55c5f7ec7b4afbbefd261c85d61
Author: 淘江 <[email protected]>
Date:   2016-11-30T10:01:16Z

    [FLINK-5135][JM]ResourceProfile for slot request should be expanded to 
correspond with ResourceSpec

----


> ResourceProfile for slot request should be expanded to correspond with 
> ResourceSpec
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-5135
>                 URL: https://issues.apache.org/jira/browse/FLINK-5135
>             Project: Flink
>          Issue Type: Sub-task
>          Components: JobManager, ResourceManager
>            Reporter: Zhijiang Wang
>            Assignee: Zhijiang Wang
>
> The *JobManager* requests slot by *ResourceProfile* from *ResourceManager* 
> before submitting tasks. Currently the *ResourceProfile* only contains cpu 
> cores and memory properties. The memory should be expanded to different types 
> such as heap memory, direct memory and native memory which corresponds with 
> memory in *ResourceSpec*.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to