Removing common-user@, please do not cross-post. On Jan 17, 2012, at 11:24 PM, raghavendhra rahul wrote:
> Hi, > > What is the minimum size of the container in hadoop yarn. > capability.setmemory(xx); The AM gets this information from RM via the return value for AMRMProtocol.registerApplicationMaster. Arun