YARN-1266. Implemented PB service and client wrappers for ApplicationHistoryProtocol. Contributed by Mayank Bansal.

svn merge --ignore-ancestry -c 1556739 ../YARN-321


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1562193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2014-01-28 19:57:00 +00:00
parent 0f87e4928b
commit cee917ace9
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -202,7 +202,7 @@ public GetApplicationAttemptsResponse getApplicationAttempts(
*/
@Public
@Unstable
public GetContainerReportResponse getContainer(
public GetContainerReportResponse getContainerReport(
GetContainerReportRequest request) throws YarnException, IOException;
/**

View File

@ -100,7 +100,7 @@ public GetApplicationAttemptsResponse getApplicationAttempts(
}
@Override
public GetContainerReportResponse getContainer(
public GetContainerReportResponse getContainerReport(
GetContainerReportRequest request) throws YarnException, IOException {
// TODO Auto-generated method stub
return null;