|
|
-
Status of the completed containers (0.23)Praveen Sripati 2012-01-09, 13:42
Hi,
Documentation says that the NM sends the status of the completed containers to the RM and the RM sends it to the AM. This is the interface (1) below. What is the purpose of the interface (2)? 1) AMRMProtocol has the below method. The AllocateResponse has the list of completed containers. public AllocateResponse allocate(AllocateRequest request) throws YarnRemoteException; 2) ContainerManager has the below method. The GetContainerStatusResponse has the status of the container. GetContainerStatusResponse getContainerStatus( GetContainerStatusRequest request) throws YarnRemoteException; Regards, Praveen +
Robert Evans 2012-01-09, 16:24
|