Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
These values are supposed to be megabytes (need to check MB vs MiB ie 1000 vs 1024)
/**
- Get <em>memory</em> of the resource.
- @return <em>memory</em> of the resource
*/
@Public
@Stable
public abstract int getMemory();
/**
- Set <em>memory</em> of the resource.
- @param memory <em>memory</em> of the resource
*/
@Public
@Stable
public abstract void setMemory(int memory);
Attachments
Issue Links
- duplicates
-
YARN-976 Document the meaning of a virtual core
- Closed