@@ -496,6 +496,9 @@ Branch YARN-321: Generic ApplicationHistoryService
YARN-953. Changed ResourceManager to start writing history data. (Zhijie Shen
via vinodkv)
+ YARN-1266. Implemented PB service and client wrappers for
+ ApplicationHistoryProtocol. (Mayank Bansal via vinodkv)
+
Release 2.2.0 - 2013-10-13
INCOMPATIBLE CHANGES
@@ -202,7 +202,7 @@ public interface ApplicationHistoryProtocol {
*/
@Public
@Unstable
- public GetContainerReportResponse getContainer(
+ public GetContainerReportResponse getContainerReport(
GetContainerReportRequest request) throws YarnException, IOException;
/**
@@ -100,7 +100,7 @@ public class AHSClientService extends AbstractService implements
}
@Override
GetContainerReportRequest request) throws YarnException, IOException {
// TODO Auto-generated method stub
return null;