org.apache.hadoop.mapred
Class NotRunningJob

java.lang.Object
  extended by org.apache.hadoop.mapred.NotRunningJob
All Implemented Interfaces:
org.apache.hadoop.mapreduce.v2.api.MRClientProtocol

public class NotRunningJob
extends Object
implements org.apache.hadoop.mapreduce.v2.api.MRClientProtocol


Method Summary
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptResponse failTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest request)
           
 InetSocketAddress getConnectAddress()
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse getCounters(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse getDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse getDiagnostics(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse getJobReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse getTaskAttemptCompletionEvents(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse getTaskAttemptReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse getTaskReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse getTaskReports(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobResponse killJob(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskResponse killTask(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest request)
           
 org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptResponse killTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

failTaskAttempt

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptResponse failTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest request)
                                                                                           throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
failTaskAttempt in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getCounters

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse getCounters(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest request)
                                                                                   throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getCounters in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getDiagnostics

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse getDiagnostics(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest request)
                                                                                         throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getDiagnostics in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getJobReport

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse getJobReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest request)
                                                                                     throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getJobReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getTaskAttemptCompletionEvents

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse getTaskAttemptCompletionEvents(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest request)
                                                                                                                         throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getTaskAttemptCompletionEvents in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getTaskAttemptReport

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse getTaskAttemptReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest request)
                                                                                                     throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getTaskAttemptReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getTaskReport

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse getTaskReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest request)
                                                                                       throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getTaskReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getTaskReports

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse getTaskReports(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest request)
                                                                                         throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getTaskReports in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

killJob

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobResponse killJob(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest request)
                                                                           throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
killJob in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

killTask

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskResponse killTask(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest request)
                                                                             throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
killTask in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

killTaskAttempt

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptResponse killTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest request)
                                                                                           throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
killTaskAttempt in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getDelegationToken

public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse getDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest request)
                                                                                                 throws org.apache.hadoop.yarn.exceptions.YarnRemoteException
Specified by:
getDelegationToken in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Throws:
org.apache.hadoop.yarn.exceptions.YarnRemoteException

getConnectAddress

public InetSocketAddress getConnectAddress()
Specified by:
getConnectAddress in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol


Copyright © 2012 Apache Software Foundation. All Rights Reserved.