Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAllCompletionEvents(List<TaskAttemptCompletionEvent>) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- addAllCompletionEvents(List<TaskAttemptCompletionEvent>) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- addAllCounterGroups(Map<String, CounterGroup>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- addAllCounterGroups(Map<String, CounterGroup>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- addAllCounters(Map<String, Counter>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- addAllCounters(Map<String, Counter>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- addAllDiagnostics(List<String>) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- addAllDiagnostics(List<String>) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- addAllDiagnostics(List<String>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- addAllDiagnostics(List<String>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- addAllRunningAttempts(List<TaskAttemptId>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- addAllRunningAttempts(List<TaskAttemptId>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- addAllTaskReports(List<TaskReport>) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- addAllTaskReports(List<TaskReport>) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- addCompletionEvent(TaskAttemptCompletionEvent) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- addCompletionEvent(TaskAttemptCompletionEvent) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- addDiagnostics(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- addDiagnostics(String) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- addDiagnostics(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- addDiagnostics(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- addLog4jSystemProperties(Task, List<String>, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Add the JVM system properties necessary to configure
ContainerLogAppenderorContainerRollingLogAppender. - addRunningAttempt(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- addRunningAttempt(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- addTaskReport(TaskReport) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- addTaskReport(TaskReport) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- addToEnvironment(Map<String, String>, String, String, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- AMInfo - Interface in org.apache.hadoop.mapreduce.v2.api.records
- AMInfoPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- AMInfoPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- AMInfoPBImpl(MRProtos.AMInfoProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- Avataar - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
C
- cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- cancelDelegationToken(CancelDelegationTokenRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- cancelDelegationToken(CancelDelegationTokenRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
-
Cancel an existing delegation token.
- cancelDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- cancelDelegationToken(RpcController, SecurityProtos.CancelDelegationTokenRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- CancelDelegationTokenRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
-
The request issued by the client to the
ResourceManagerto cancel a delegation token. - CancelDelegationTokenRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- CancelDelegationTokenRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenRequestPBImpl
- CancelDelegationTokenRequestPBImpl(SecurityProtos.CancelDelegationTokenRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenRequestPBImpl
- CancelDelegationTokenResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
-
The response from the
ResourceManagerto a cancelDelegationToken request. - CancelDelegationTokenResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- CancelDelegationTokenResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenResponsePBImpl
- CancelDelegationTokenResponsePBImpl(SecurityProtos.CancelDelegationTokenResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenResponsePBImpl
- CLEANUP - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- clearCompletionEvents() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- clearCompletionEvents() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- clearCounterGroups() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- clearCounterGroups() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- clearCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- clearCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- clearDiagnostics() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- clearDiagnostics() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- clearDiagnostics() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- clearDiagnostics() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- clearRunningAttempts() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- clearRunningAttempts() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- clearTaskReports() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- clearTaskReports() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- ClientHSSecurityInfo - Class in org.apache.hadoop.mapreduce.v2.security.client
- ClientHSSecurityInfo() - Constructor for class org.apache.hadoop.mapreduce.v2.security.client.ClientHSSecurityInfo
- ClientHSTokenSelector - Class in org.apache.hadoop.mapreduce.v2.security.client
- ClientHSTokenSelector() - Constructor for class org.apache.hadoop.mapreduce.v2.security.client.ClientHSTokenSelector
- close() - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- close(ClientProtocol) - Method in class org.apache.hadoop.mapred.LocalClientProtocolProvider
- COMMIT_PENDING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- compareTo(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- compareTo(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- compareTo(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- COMPLETED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
- CONF_FILE_NAME_SUFFIX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Suffix for configuration files.
- convertFromProtoFormat(MRProtos.JobStateProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertFromProtoFormat(MRProtos.PhaseProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertFromProtoFormat(MRProtos.TaskAttemptCompletionEventStatusProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertFromProtoFormat(MRProtos.TaskAttemptStateProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertFromProtoFormat(MRProtos.TaskStateProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertFromProtoFormat(MRProtos.TaskTypeProto) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(JobState) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(Phase) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(TaskAttemptCompletionEventStatus) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(TaskAttemptState) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(TaskState) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- convertToProtoFormat(TaskType) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- correspondsTo(TaskAttemptState) - Method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- correspondsTo(TaskState) - Method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
- Counter - Interface in org.apache.hadoop.mapreduce.v2.api.records
- CounterGroup - Interface in org.apache.hadoop.mapreduce.v2.api.records
- CounterGroupPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- CounterGroupPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- CounterGroupPBImpl(MRProtos.CounterGroupProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- CounterPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- CounterPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- CounterPBImpl(MRProtos.CounterProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- Counters - Interface in org.apache.hadoop.mapreduce.v2.api.records
- CountersPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- CountersPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- CountersPBImpl(MRProtos.CountersProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- create(InetSocketAddress, Configuration) - Method in class org.apache.hadoop.mapred.LocalClientProtocolProvider
- create(Configuration) - Method in class org.apache.hadoop.mapred.LocalClientProtocolProvider
- createJobClassLoader(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Creates a
ApplicationClassLoaderifMRJobConfig.MAPREDUCE_JOB_CLASSLOADERis set to true, and the APP_CLASSPATH environment variable is set. - crossPlatformifyMREnv(Configuration, ApplicationConstants.Environment) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
D
- decodeJobHistoryFileName(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
-
Helper function to decode the URL of the filename of the job-history log file.
- DEFAULT_JHS_ADMIN_ACL - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_JHS_ADMIN_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_JHS_ADMIN_PORT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_ALWAYS_SCAN_USER_DIR - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_CLEANER_INTERVAL_MS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_CLIENT_THREAD_COUNT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_DATESTRING_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_ENABLE_CORS_FILTER - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_INTERMEDIATE_USER_DONE_DIR_PERMISSIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_JOBLIST_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_LOADED_JOB_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_MAX_AGE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_MAX_START_WAIT_TIME - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_MINICLUSTER_FIXED_PORTS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Default is false to be able to run tests concurrently without port conflicts.
- DEFAULT_MR_HISTORY_MOVE_INTERVAL_MS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_MOVE_THREAD_COUNT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_PORT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_WEBAPP_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_WEBAPP_HTTPS_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_WEBAPP_HTTPS_PORT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HISTORY_WEBAPP_PORT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HS_HTTP_POLICY - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HS_JHIST_FORMAT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HS_JOBNAME_LIMIT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HS_LOADED_JOBS_TASKS_MAX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- DEFAULT_MR_HS_RECOVERY_ENABLE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- doneSubdirsBeforeSerialTail() - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
E
- encodeJobHistoryFileName(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
-
Helper function to encode the URL of the filename of the job-history log file.
- equals(Object) - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- equals(Object) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- equals(Object) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- ERROR - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
F
- FAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- FAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
- FAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- FAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- FAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- failTaskAttempt(FailTaskAttemptRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- failTaskAttempt(FailTaskAttemptRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- failTaskAttempt(RpcController, MRServiceProtos.FailTaskAttemptRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- FailTaskAttemptRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- FailTaskAttemptRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- FailTaskAttemptRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptRequestPBImpl
- FailTaskAttemptRequestPBImpl(MRServiceProtos.FailTaskAttemptRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptRequestPBImpl
- FailTaskAttemptResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- FailTaskAttemptResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- FailTaskAttemptResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptResponsePBImpl
- FailTaskAttemptResponsePBImpl(MRServiceProtos.FailTaskAttemptResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptResponsePBImpl
- FileNameIndexUtils - Class in org.apache.hadoop.mapreduce.v2.jobhistory
- FileNameIndexUtils() - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
- fromYarn(List<TaskReport>) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(Counters) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(JobId) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(JobReport, String) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(JobState) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskAttemptCompletionEvent) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskAttemptCompletionEvent[]) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskAttemptCompletionEventStatus) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskAttemptId) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskId) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskReport) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskState) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(TaskType) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(ApplicationId) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(ApplicationReport, String) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(NodeReport) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(QueueInfo, Configuration) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(QueueState) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarn(YarnApplicationState, FinalApplicationStatus) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarnApplicationPriority(int) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarnApps(List<ApplicationReport>, Configuration) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarnNodes(List<NodeReport>) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarnQueueInfo(List<QueueInfo>, Configuration) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- fromYarnQueueUserAclsInfo(List<QueueUserACLInfo>) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
G
- getActiveTrackers() - Method in class org.apache.hadoop.mapred.LocalJobRunner
-
Get all active trackers in cluster.
- getAllCounterGroups() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- getAllCounterGroups() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- getAllCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- getAllCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- getAllJobs() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getAMInfos() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getAMInfos() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getAMWebappScheme(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getAppAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getAppAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getAppId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- getAppId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
-
Get the associated ApplicationId which represents the start time of the
ResourceManagerand is used to generate the globally uniqueJobId. - getApplicationWebURLOnJHSWithoutScheme(Configuration, ApplicationId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getApplicationWebURLOnJHSWithScheme(Configuration, ApplicationId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- getAttemptRunTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getAttemptRunTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- getBlacklistedTrackers() - Method in class org.apache.hadoop.mapred.LocalJobRunner
-
Get all blacklisted trackers in cluster.
- getChildLogLevel(Configuration, boolean) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getChildQueues(String) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getCleanupProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getCleanupProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getClusterMetrics() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getCompletionEvent(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- getCompletionEvent(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- getCompletionEventCount() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- getCompletionEventCount() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- getCompletionEventList() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- getCompletionEventList() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- getConfFileFilter() - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets a PathFilter which would match configuration files.
- getConfiguredHistoryIntermediateDoneDirPrefix(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the configured directory prefix for intermediate done history files.
- getConfiguredHistoryIntermediateUserDoneDirPermissions(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the configured directory permissions for the user directories in the Gets the configured permissions for the user directories and files in the both need full permissions, this is enforced by this method.
- getConfiguredHistoryServerDoneDirPrefix(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the configured directory prefix for Done history files.
- getConfiguredHistoryStagingDirPrefix(Configuration, String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the configured directory prefix for In Progress history files.
- getConnectAddress() - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getConnectAddress() - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
-
Address to which the client is connected
- getContainerId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getContainerId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getContainerId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getContainerId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getCounter(Enum<?>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- getCounter(Enum<?>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- getCounter(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- getCounter(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- getCounterGroup(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- getCounterGroup(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- getCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse
- getCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- getCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getCounters(GetCountersRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getCounters(GetCountersRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getCounters(RpcController, MRServiceProtos.GetCountersRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetCountersRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetCountersRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetCountersRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersRequestPBImpl
- GetCountersRequestPBImpl(MRServiceProtos.GetCountersRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersRequestPBImpl
- GetCountersResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetCountersResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetCountersResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- getDelegationToken() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenRequest
- getDelegationToken() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse
- getDelegationToken() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenRequestPBImpl
- getDelegationToken() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- getDelegationToken() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- getDelegationToken() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenRequest
- getDelegationToken(Text) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getDelegationToken(GetDelegationTokenRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getDelegationToken(GetDelegationTokenRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getDelegationToken(RpcController, SecurityProtos.GetDelegationTokenRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetDelegationTokenRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetDelegationTokenRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetDelegationTokenRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
- GetDelegationTokenRequestPBImpl(SecurityProtos.GetDelegationTokenRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
- GetDelegationTokenResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetDelegationTokenResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetDelegationTokenResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- GetDelegationTokenResponsePBImpl(SecurityProtos.GetDelegationTokenResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- getDiagnosticInfo() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getDiagnosticInfo() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getDiagnostics() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getDiagnostics() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getDiagnostics(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- getDiagnostics(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- getDiagnostics(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getDiagnostics(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getDiagnostics(GetDiagnosticsRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getDiagnostics(GetDiagnosticsRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getDiagnostics(RpcController, MRServiceProtos.GetDiagnosticsRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- getDiagnosticsCount() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- getDiagnosticsCount() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- getDiagnosticsCount() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getDiagnosticsCount() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getDiagnosticsList() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- getDiagnosticsList() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- getDiagnosticsList() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getDiagnosticsList() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- GetDiagnosticsRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetDiagnosticsRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetDiagnosticsRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsRequestPBImpl
- GetDiagnosticsRequestPBImpl(MRServiceProtos.GetDiagnosticsRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsRequestPBImpl
- GetDiagnosticsResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetDiagnosticsResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetDiagnosticsResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- GetDiagnosticsResponsePBImpl(MRServiceProtos.GetDiagnosticsResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- getDisplayName() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- getDisplayName() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- getDisplayName() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- getDisplayName() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- getDoneFileName(JobIndexInfo) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
-
Constructs the job history file name from the JobIndexInfo.
- getDoneFileName(JobIndexInfo, int) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
- getEndJobCommitFailureFile(Configuration, String, JobId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getEndJobCommitSuccessFile(Configuration, String, JobId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getEventId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getEventId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- getFilesystemName() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getFinishTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getFinishTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getFinishTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getFromEventId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- getFromEventId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- getHistoryDirsForCleaning(FileContext, Path, long) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Looks for the dirs to clean.
- getHistoryFile() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getHistoryFile() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getHistoryFileFilter() - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets a PathFilter which would match job history file names.
- getHistoryIntermediateDoneDirForUser(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the user directory for intermediate done history files.
- getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
-
Get the short integer identifier of the
JobIdwhich is unique for all applications started by a particular instance of theResourceManager. - getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- getId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- getIndexInfo(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.FileNameIndexUtils
-
Parses the provided job history file name to construct a JobIndexInfo object which is returned.
- getIntermediateConfFileName(JobId) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Get the done configuration file name for a job.
- getIntermediateSummaryFileName(JobId) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Get the done summary file name for a job.
- getJHSHttpPolicy() - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getJHSWebappScheme(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getJHSWebappURLWithoutScheme(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getJHSWebappURLWithScheme(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getJHSWebBindAddress(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getJobCounters(JobID) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getJobFile() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getJobFile() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getJobFile(Configuration, String, JobID) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getJobHistoryDir() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersRequestPBImpl
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportRequestPBImpl
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobRequestPBImpl
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- getJobId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- getJobId() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getJobIDFromHistoryFilePath(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Returns the jobId from a job history file name.
- getJobName() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getJobName() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getJobName() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getJobPriority() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getJobPriority() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getJobReport() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse
- getJobReport() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- getJobReport(GetJobReportRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getJobReport(GetJobReportRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getJobReport(RpcController, MRServiceProtos.GetJobReportRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetJobReportRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetJobReportRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetJobReportRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportRequestPBImpl
- GetJobReportRequestPBImpl(MRServiceProtos.GetJobReportRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportRequestPBImpl
- GetJobReportResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetJobReportResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetJobReportResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- GetJobReportResponsePBImpl(MRServiceProtos.GetJobReportResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- getJobStartTime() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getJobState() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getJobState() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getJobStatus() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getJobStatus(JobID) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getJobTrackerStatus() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getKerberosInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.mapreduce.v2.security.client.ClientHSSecurityInfo
- getKind() - Method in class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier
- getKind() - Method in class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier.Renewer
- getLocalMaxRunningMaps(JobContext) - Static method in class org.apache.hadoop.mapred.LocalJobRunner
- getLocalMaxRunningReduces(JobContext) - Static method in class org.apache.hadoop.mapred.LocalJobRunner
- getLogFileParams(JobID, TaskAttemptID) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getMapOutputServerAddress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getMapOutputServerAddress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- getMapProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getMapProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getMaxEvents() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- getMaxEvents() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- getName() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- getName() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- getName() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- getName() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- getNewJobID() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getNextExpirationTime() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenResponsePBImpl
- getNextExpirationTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenResponse
- getNodeManagerHost() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getNodeManagerHost() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getNodeManagerHost() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getNodeManagerHost() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getNodeManagerHttpPort() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getNodeManagerHttpPort() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getNodeManagerHttpPort() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getNodeManagerHttpPort() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getNodeManagerPort() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getNodeManagerPort() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getNodeManagerPort() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getNodeManagerPort() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getNumMaps() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getNumReduces() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getPhase() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getPhase() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getPreviousJobHistoryPath(Configuration, ApplicationAttemptId) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- getProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenResponsePBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- getProto() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getProtocolSignature(String, long, int) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getProtocolVersion(String, long) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getQueue(String) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getQueueAclsForCurrentUser() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getQueueAdmins(String) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getQueueName() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getQueues() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getRawCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getRawCounters() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getRawCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getRawCounters() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getReduceProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getReduceProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getRenewer() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest
- getRenewer() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
- getRootQueues() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getRunningAttempt(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getRunningAttempt(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getRunningAttemptsCount() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getRunningAttemptsCount() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getRunningAttemptsList() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getRunningAttemptsList() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getSetupProgress() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getSetupProgress() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getShuffleFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getShuffleFinishTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getSortFinishTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getSortFinishTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getStagingAreaDir() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getStagingAreaDir(Configuration, String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getStagingConfFile(Path, JobId, int) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the conf file path for jobs in progress.
- getStagingJobHistoryFile(Path, String, int) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Get the job history file path for non Done history files.
- getStagingJobHistoryFile(Path, JobId, int) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Get the job history file path for non Done history files.
- getStartJobCommitFile(Configuration, String, JobId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- getStartTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- getStartTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- getStartTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getStartTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getStartTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getStartTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getStartTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getStartTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getStateString() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getStateString() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getStatus() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- getStatus() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getStatus() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- getStatus() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getSubmitTime() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getSubmitTime() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getSubmitTime() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getSuccessfulAttempt() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getSuccessfulAttempt() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getSystemDir() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getSystemPropertiesToLog(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Return lines for system property keys and values per configuration.
- getTaskAttemptCompletionEvents(GetTaskAttemptCompletionEventsRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getTaskAttemptCompletionEvents(GetTaskAttemptCompletionEventsRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getTaskAttemptCompletionEvents(RpcController, MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetTaskAttemptCompletionEventsRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskAttemptCompletionEventsRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskAttemptCompletionEventsRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- GetTaskAttemptCompletionEventsRequestPBImpl(MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- GetTaskAttemptCompletionEventsResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskAttemptCompletionEventsResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskAttemptCompletionEventsResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- GetTaskAttemptCompletionEventsResponsePBImpl(MRServiceProtos.GetTaskAttemptCompletionEventsResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- getTaskAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest
- getTaskAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest
- getTaskAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest
- getTaskAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptRequestPBImpl
- getTaskAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsRequestPBImpl
- getTaskAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportRequestPBImpl
- getTaskAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptRequestPBImpl
- getTaskAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest
- getTaskAttemptId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getTaskAttemptId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getTaskAttemptReport() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse
- getTaskAttemptReport() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportResponsePBImpl
- getTaskAttemptReport(GetTaskAttemptReportRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getTaskAttemptReport(GetTaskAttemptReportRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getTaskAttemptReport(RpcController, MRServiceProtos.GetTaskAttemptReportRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetTaskAttemptReportRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskAttemptReportRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskAttemptReportRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportRequestPBImpl
- GetTaskAttemptReportRequestPBImpl(MRServiceProtos.GetTaskAttemptReportRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportRequestPBImpl
- GetTaskAttemptReportResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskAttemptReportResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskAttemptReportResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportResponsePBImpl
- GetTaskAttemptReportResponsePBImpl(MRServiceProtos.GetTaskAttemptReportResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportResponsePBImpl
- getTaskAttemptState() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- getTaskAttemptState() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- getTaskCompletionEvents(JobID, int, int) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getTaskDiagnostics(TaskAttemptID) - Method in class org.apache.hadoop.mapred.LocalJobRunner
-
Returns the diagnostic information for a particular task in the given job.
- getTaskId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest
- getTaskId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportRequestPBImpl
- getTaskId() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskRequestPBImpl
- getTaskId() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest
- getTaskId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- getTaskId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getTaskId() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- getTaskId() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getTaskReport() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse
- getTaskReport() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportResponsePBImpl
- getTaskReport(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- getTaskReport(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- getTaskReport(GetTaskReportRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getTaskReport(GetTaskReportRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getTaskReport(RpcController, MRServiceProtos.GetTaskReportRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- getTaskReportCount() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- getTaskReportCount() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- getTaskReportList() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- getTaskReportList() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- GetTaskReportRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskReportRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskReportRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportRequestPBImpl
- GetTaskReportRequestPBImpl(MRServiceProtos.GetTaskReportRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportRequestPBImpl
- GetTaskReportResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskReportResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskReportResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportResponsePBImpl
- GetTaskReportResponsePBImpl(MRServiceProtos.GetTaskReportResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportResponsePBImpl
- getTaskReports(JobID, TaskType) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getTaskReports(GetTaskReportsRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- getTaskReports(GetTaskReportsRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- getTaskReports(RpcController, MRServiceProtos.GetTaskReportsRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- GetTaskReportsRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskReportsRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskReportsRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- GetTaskReportsRequestPBImpl(MRServiceProtos.GetTaskReportsRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- GetTaskReportsResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- GetTaskReportsResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- GetTaskReportsResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- GetTaskReportsResponsePBImpl(MRServiceProtos.GetTaskReportsResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- getTaskState() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- getTaskState() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- getTaskTrackerExpiryInterval() - Method in class org.apache.hadoop.mapred.LocalJobRunner
- getTaskType() - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest
- getTaskType() - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- getTaskType() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- getTaskType() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- getTimestampPartFromPath(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Extracts the timstamp component from the path.
- getTokenInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.mapreduce.v2.security.client.ClientHSSecurityInfo
- getTrackingUrl() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getTrackingUrl() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getUser() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- getUser() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- getUser() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- getValue() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- getValue() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- getYARNHttpPolicy() - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- getYARNWebappScheme() - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
H
- handleKind(Text) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- hashCode() - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- hashCode() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- hashCode() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- HISTORY_DONE_DIR_PERMISSION - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Permissions for the history done dir and derivatives.
- HISTORY_DONE_DIR_UMASK - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Umask for the done dir and derivatives.
- HISTORY_DONE_FILE_PERMISSION - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- HISTORY_INTERMEDIATE_DONE_DIR_PERMISSIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Permissions for the intermediate done directory.
- HISTORY_STAGING_DIR_PERMISSIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Permissions for the history staging dir while JobInProgress.
- HISTORY_STAGING_USER_DIR_PERMISSIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Permissions for the user directory under the staging directory.
- historyLogSubdirectory(JobId, String, String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the history subdirectory based on the jobId, timestamp and serial number format.
- HSAdminProtocol - Interface in org.apache.hadoop.mapreduce.v2.api
- HSAdminRefreshProtocol - Interface in org.apache.hadoop.mapreduce.v2.api
- HSAdminRefreshProtocolPB - Interface in org.apache.hadoop.mapreduce.v2.api
- HSClientProtocol - Interface in org.apache.hadoop.mapreduce.v2.api
- HSClientProtocolPB - Interface in org.apache.hadoop.mapreduce.v2.api
- HSClientProtocolPBClientImpl - Class in org.apache.hadoop.mapreduce.v2.api.impl.pb.client
- HSClientProtocolPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.HSClientProtocolPBClientImpl
- HSClientProtocolPBServiceImpl - Class in org.apache.hadoop.mapreduce.v2.api.impl.pb.service
- HSClientProtocolPBServiceImpl(HSClientProtocol) - Constructor for class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.HSClientProtocolPBServiceImpl
I
- incrCounter(Enum<?>, long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- incrCounter(Enum<?>, long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- INITED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- initialize(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- instantiateHistoryProxy(Configuration, InetSocketAddress) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- INTERMEDIATE_DATA_ENCRYPTION_ALGO - Static variable in class org.apache.hadoop.mapred.LocalJobRunner
- isManaged(Token<?>) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- isUber() - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- isUber() - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- isValidJobHistoryFileName(String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Checks whether the provided path string is a valid job history file.
J
- JHAdminConfig - Class in org.apache.hadoop.mapreduce.v2.jobhistory
-
Stores Job History configuration keys that can be set by administrators of the Job History server.
- JHAdminConfig() - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- JHS_ADMIN_ACL - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
ACL of who can be admin of Job history server.
- JHS_ADMIN_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The address of the History server admin interface.
- JOB - Static variable in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- JOB_HISTORY_FILE_EXTENSION - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Job History File extension.
- JobHistoryUtils - Class in org.apache.hadoop.mapreduce.v2.jobhistory
- JobHistoryUtils() - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- JobId - Class in org.apache.hadoop.mapreduce.v2.api.records
-
JobIdrepresents the globally unique identifier for a MapReduce job. - JobId() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.JobId
- JobIdPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- JobIdPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- JobIdPBImpl(MRProtos.JobIdProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- JobIndexInfo - Class in org.apache.hadoop.mapreduce.v2.jobhistory
-
Maintains information which may be used by the jobHistory indexing system.
- JobIndexInfo() - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- JobIndexInfo(long, long, String, String, JobId, int, int, String) - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- JobIndexInfo(long, long, String, String, JobId, int, int, String, String) - Constructor for class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- JobReport - Interface in org.apache.hadoop.mapreduce.v2.api.records
- JobReportPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- JobReportPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- JobReportPBImpl(MRProtos.JobReportProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- jobSerialNumber(JobId) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Computes a serial number used as part of directory naming for the given jobId.
- JobState - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
K
- KILLED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- KILLED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
- KILLED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- KILLED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- KILLED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- killJob(JobID) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- killJob(KillJobRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- killJob(KillJobRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- killJob(RpcController, MRServiceProtos.KillJobRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- KillJobRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillJobRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillJobRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobRequestPBImpl
- KillJobRequestPBImpl(MRServiceProtos.KillJobRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobRequestPBImpl
- KillJobResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillJobResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillJobResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobResponsePBImpl
- KillJobResponsePBImpl(MRServiceProtos.KillJobResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobResponsePBImpl
- killTask(TaskAttemptID, boolean) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- killTask(KillTaskRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- killTask(KillTaskRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- killTask(RpcController, MRServiceProtos.KillTaskRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- killTaskAttempt(KillTaskAttemptRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- killTaskAttempt(KillTaskAttemptRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- killTaskAttempt(RpcController, MRServiceProtos.KillTaskAttemptRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- KillTaskAttemptRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillTaskAttemptRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillTaskAttemptRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptRequestPBImpl
- KillTaskAttemptRequestPBImpl(MRServiceProtos.KillTaskAttemptRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptRequestPBImpl
- KillTaskAttemptResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillTaskAttemptResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillTaskAttemptResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptResponsePBImpl
- KillTaskAttemptResponsePBImpl(MRServiceProtos.KillTaskAttemptResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptResponsePBImpl
- KillTaskRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillTaskRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillTaskRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskRequestPBImpl
- KillTaskRequestPBImpl(MRServiceProtos.KillTaskRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskRequestPBImpl
- KillTaskResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
- KillTaskResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- KillTaskResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskResponsePBImpl
- KillTaskResponsePBImpl(MRServiceProtos.KillTaskResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskResponsePBImpl
- KIND_NAME - Static variable in class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier
L
- LOCAL_MAX_MAPS - Static variable in class org.apache.hadoop.mapred.LocalJobRunner
-
The maximum number of map tasks to run in parallel in LocalJobRunner
- LOCAL_MAX_REDUCES - Static variable in class org.apache.hadoop.mapred.LocalJobRunner
-
The maximum number of reduce tasks to run in parallel in LocalJobRunner
- LocalClientProtocolProvider - Class in org.apache.hadoop.mapred
- LocalClientProtocolProvider() - Constructor for class org.apache.hadoop.mapred.LocalClientProtocolProvider
- localGlobber(FileContext, Path, String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- localGlobber(FileContext, Path, String, PathFilter) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- localGlobber(FileContext, Path, String, PathFilter, AtomicBoolean) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- Locality - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- LocalJobRunner - Class in org.apache.hadoop.mapred
-
Implements MapReduce locally, in-process, for debugging.
- LocalJobRunner(Configuration) - Constructor for class org.apache.hadoop.mapred.LocalJobRunner
- LocalJobRunner(JobConf) - Constructor for class org.apache.hadoop.mapred.LocalJobRunner
-
Deprecated.
- LOG - Static variable in class org.apache.hadoop.mapred.LocalJobRunner
- LOG - Static variable in class org.apache.hadoop.mapreduce.v2.util.MRApps
M
- MAP - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- MAP - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskType
- MR_HISTORY_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
host:port address for History Server API.
- MR_HISTORY_ALWAYS_SCAN_USER_DIR - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Always scan user dir, irrespective of dir modification time.
- MR_HISTORY_BIND_HOST - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_CLEANER_ENABLE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
If history cleaning should be enabled or not.
- MR_HISTORY_CLEANER_INTERVAL_MS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Run the History Cleaner every X ms.
- MR_HISTORY_CLIENT_THREAD_COUNT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The number of threads to handle client API requests.
- MR_HISTORY_CSRF_CUSTOM_HEADER - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_CSRF_ENABLED - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_CSRF_PREFIX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
CSRF settings.
- MR_HISTORY_DATESTRING_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Size of the date string cache.
- MR_HISTORY_DONE_DIR - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Path where history files should be stored for DONE jobs.
- MR_HISTORY_ENABLE_CORS_FILTER - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
CORS settings.
- MR_HISTORY_INTERMEDIATE_DONE_DIR - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Path where history files should be stored after a job finished and before they are pulled into the job history server.
- MR_HISTORY_INTERMEDIATE_USER_DONE_DIR_PERMISSIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_JOBLIST_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Size of the job list cache.
- MR_HISTORY_KEYTAB - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The location of the Kerberos keytab file.
- MR_HISTORY_LOADED_JOB_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Size of the loaded job cache.
- MR_HISTORY_LOADED_TASKS_CACHE_SIZE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Size of the loaded job cache (in tasks).
- MR_HISTORY_MAX_AGE_MS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The maximum age of a job history file before it is deleted from the history server.
- MR_HISTORY_MAX_START_WAIT_TIME - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Maximum time the History server will wait for the FileSystem for History files to become available.
- MR_HISTORY_METHODS_TO_IGNORE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_MINICLUSTER_FIXED_PORTS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Whether to use fixed ports with the minicluster.
- MR_HISTORY_MOVE_INTERVAL_MS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Scan for history files to more from intermediate done dir to done dir every X ms.
- MR_HISTORY_MOVE_THREAD_COUNT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The number of threads used to move files.
- MR_HISTORY_PREFIX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The prefix to all Job History configuration properties.
- MR_HISTORY_PRINCIPAL - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The Kerberos principal for the history server.
- MR_HISTORY_STORAGE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The HistoryStorage class to use to cache history data.
- MR_HISTORY_WEBAPP_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The address the history server webapp is on.
- MR_HISTORY_WEBAPP_HTTPS_ADDRESS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The https address the history server webapp is on.
- MR_HISTORY_XFS_OPTIONS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HISTORY_XFS_PREFIX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
XFS settings.
- MR_HS_FS_STATE_STORE_URI - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The URI where server state will be stored when HistoryServerFileSystemStateStoreService is configured as the state store
- MR_HS_HTTP_POLICY - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
To enable https in MR history server
- MR_HS_JHIST_FORMAT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Settings for .jhist file format.
- MR_HS_JOBNAME_LIMIT - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Number of characters allowed for job name in Job History Server web page.
- MR_HS_LEVELDB_STATE_STORE_PATH - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The local path where server state will be stored when HistoryServerLeveldbStateStoreService is configured as the state store
- MR_HS_LOADED_JOBS_TASKS_MAX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The maximum number of tasks for a job to be loaded in Job History Server.
- MR_HS_RECOVERY_ENABLE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
Enable the history server to store server state and recover server state upon startup.
- MR_HS_SECURITY_SERVICE_AUTHORIZATION - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HS_SECURITY_SERVICE_AUTHORIZATION_ADMIN_REFRESH - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
- MR_HS_STATE_STORE - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The HistoryServerStateStoreService class to store and recover server state
- MR_WEBAPP_SPNEGO_KEYTAB_FILE_KEY - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The kerberos keytab to be used for spnego filter for history server
- MR_WEBAPP_SPNEGO_USER_NAME_KEY - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JHAdminConfig
-
The kerberos principal to be used for spnego filter for history server
- MRApps - Class in org.apache.hadoop.mapreduce.v2.util
-
Helper class for MR applications
- MRApps() - Constructor for class org.apache.hadoop.mapreduce.v2.util.MRApps
- MRApps.TaskAttemptStateUI - Enum Class in org.apache.hadoop.mapreduce.v2.util
- MRApps.TaskStateUI - Enum Class in org.apache.hadoop.mapreduce.v2.util
- MRBuilderUtils - Class in org.apache.hadoop.mapreduce.v2.util
- MRBuilderUtils() - Constructor for class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- MRClientProtocol - Interface in org.apache.hadoop.mapreduce.v2.api
- MRClientProtocolPB - Interface in org.apache.hadoop.mapreduce.v2.api
- MRClientProtocolPBClientImpl - Class in org.apache.hadoop.mapreduce.v2.api.impl.pb.client
- MRClientProtocolPBClientImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- MRClientProtocolPBClientImpl(long, InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- MRClientProtocolPBServiceImpl - Class in org.apache.hadoop.mapreduce.v2.api.impl.pb.service
- MRClientProtocolPBServiceImpl(MRClientProtocol) - Constructor for class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- MRDelegationTokenIdentifier - Class in org.apache.hadoop.mapreduce.v2.api
-
TokenIdentifierthat identifies delegation tokens issued by JobHistoryServer to delegate MR tasks talking to the JobHistoryServer. - MRDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier
- MRDelegationTokenIdentifier(Text, Text, Text) - Constructor for class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier
-
Create a new delegation token identifier
- MRDelegationTokenIdentifier.Renewer - Class in org.apache.hadoop.mapreduce.v2.api
- MRDelegationTokenRenewer - Class in org.apache.hadoop.mapreduce.v2.security
- MRDelegationTokenRenewer() - Constructor for class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- MRProtoUtils - Class in org.apache.hadoop.mapreduce.v2.util
- MRProtoUtils() - Constructor for class org.apache.hadoop.mapreduce.v2.util.MRProtoUtils
- MRWebAppUtil - Class in org.apache.hadoop.mapreduce.v2.util
- MRWebAppUtil() - Constructor for class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
N
- NEW - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- NEW - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- NEW - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- NEW - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- newAMInfo(ApplicationAttemptId, long, ContainerId, String, int, int) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newJobId(long, int, int) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newJobId(ApplicationId, int) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newJobReport(JobId, String, String, JobState, long, long, long, float, float, float, float, String, List<AMInfo>, boolean, String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newJobReport(JobId, String, String, JobState, long, long, long, float, float, float, float, String, List<AMInfo>, boolean, String, Priority) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newTaskAttemptId(TaskId, int) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- newTaskId(JobId, int, TaskType) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRBuilderUtils
- NODE_LOCAL - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Locality
O
- OBSOLETE - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
- OFF_SWITCH - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Locality
- org.apache.hadoop.mapred - package org.apache.hadoop.mapred
- org.apache.hadoop.mapreduce - package org.apache.hadoop.mapreduce
- org.apache.hadoop.mapreduce.v2.api - package org.apache.hadoop.mapreduce.v2.api
- org.apache.hadoop.mapreduce.v2.api.impl.pb.client - package org.apache.hadoop.mapreduce.v2.api.impl.pb.client
- org.apache.hadoop.mapreduce.v2.api.impl.pb.service - package org.apache.hadoop.mapreduce.v2.api.impl.pb.service
- org.apache.hadoop.mapreduce.v2.api.protocolrecords - package org.apache.hadoop.mapreduce.v2.api.protocolrecords
- org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb - package org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- org.apache.hadoop.mapreduce.v2.api.records - package org.apache.hadoop.mapreduce.v2.api.records
- org.apache.hadoop.mapreduce.v2.api.records.impl.pb - package org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- org.apache.hadoop.mapreduce.v2.jobhistory - package org.apache.hadoop.mapreduce.v2.jobhistory
- org.apache.hadoop.mapreduce.v2.security - package org.apache.hadoop.mapreduce.v2.security
- org.apache.hadoop.mapreduce.v2.security.client - package org.apache.hadoop.mapreduce.v2.security.client
- org.apache.hadoop.mapreduce.v2.util - package org.apache.hadoop.mapreduce.v2.util
P
- PENDING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
- Phase - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- proxy - Variable in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
R
- RACK_LOCAL - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Locality
- REDUCE - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- REDUCE - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskType
- refreshAdminAcls() - Method in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
-
Refresh admin acls.
- refreshJobRetentionSettings() - Method in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
-
Refresh job retention settings.
- refreshLoadedJobCache() - Method in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
-
Refresh loaded job cache
- refreshLogRetentionSettings() - Method in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocol
-
Refresh log retention settings.
- removeCompletionEvent(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
- removeCompletionEvent(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsResponsePBImpl
- removeCounter(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- removeCounter(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- removeCounterGroup(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- removeCounterGroup(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- removeDiagnostics(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
- removeDiagnostics(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsResponsePBImpl
- removeDiagnostics(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- removeDiagnostics(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- removeRunningAttempt(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- removeRunningAttempt(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- removeTaskReport(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
- removeTaskReport(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsResponsePBImpl
- renew(Token<?>, Configuration) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- renewDelegationToken(RenewDelegationTokenRequest) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
- renewDelegationToken(RenewDelegationTokenRequest) - Method in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
-
Renew an existing delegation token.
- renewDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- renewDelegationToken(RpcController, SecurityProtos.RenewDelegationTokenRequestProto) - Method in class org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- RenewDelegationTokenRequest - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
-
The request issued by the client to renew a delegation token from the
ResourceManager. - RenewDelegationTokenRequestPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- RenewDelegationTokenRequestPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- RenewDelegationTokenRequestPBImpl(SecurityProtos.RenewDelegationTokenRequestProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- RenewDelegationTokenResponse - Interface in org.apache.hadoop.mapreduce.v2.api.protocolrecords
-
The response to a renewDelegationToken call to the
ResourceManager. - RenewDelegationTokenResponsePBImpl - Class in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
- RenewDelegationTokenResponsePBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenResponsePBImpl
- RenewDelegationTokenResponsePBImpl(SecurityProtos.RenewDelegationTokenResponseProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenResponsePBImpl
- Renewer() - Constructor for class org.apache.hadoop.mapreduce.v2.api.MRDelegationTokenIdentifier.Renewer
- RUNNING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- RUNNING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- RUNNING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- RUNNING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- RUNNING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
S
- SCHEDULED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- selectToken(Text, Collection<Token<? extends TokenIdentifier>>) - Method in class org.apache.hadoop.mapreduce.v2.security.client.ClientHSTokenSelector
- SEPARATOR - Static variable in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- SERIAL_NUMBER_DIRECTORY_DIGITS - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- serialNumberDirectoryComponent(JobId, String) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the serial number part of the path based on the jobId and serialNumber format.
- setAMInfos(List<AMInfo>) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setAMInfos(List<AMInfo>) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setAppAttemptId(ApplicationAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setAppAttemptId(ApplicationAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setAppId(ApplicationId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- setAppId(ApplicationId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- setAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- setAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- setAttemptRunTime(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- setAttemptRunTime(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- setClassLoader(ClassLoader, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Sets the provided classloader on the given configuration and as the thread context classloader if the classloader is not null.
- setClasspath(Map<String, String>, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- setCleanupProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setCleanupProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setContainerId(ContainerId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setContainerId(ContainerId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setContainerId(ContainerId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setContainerId(ContainerId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setCounter(String, Counter) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- setCounter(String, Counter) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- setCounterGroup(String, CounterGroup) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counters
- setCounterGroup(String, CounterGroup) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CountersPBImpl
- setCounters(Counters) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse
- setCounters(Counters) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- setCounters(Counters) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setCounters(Counters) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setCounters(Counters) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setCounters(Counters) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setDelegationToken(Token) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenRequest
- setDelegationToken(Token) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse
- setDelegationToken(Token) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.CancelDelegationTokenRequestPBImpl
- setDelegationToken(Token) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- setDelegationToken(Token) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- setDelegationToken(Token) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenRequest
- setDiagnosticInfo(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setDiagnosticInfo(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setDiagnostics(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setDiagnostics(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setDisplayName(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- setDisplayName(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- setDisplayName(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- setDisplayName(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- setEnvFromInputProperty(Map<String, String>, String, String, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- setEnvFromInputString(Map<String, String>, String, Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- setEventId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- setEventId(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- setFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setFinishTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setFinishTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setFinishTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setFromEventId(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- setFromEventId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- setHistoryFile(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setHistoryFile(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobIdPBImpl
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- setId(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- setIsUber(boolean) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setIsUber(boolean) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJHSWebappURLWithoutScheme(Configuration, String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRWebAppUtil
- setJobClassLoader(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Creates and sets a
ApplicationClassLoaderon the given configuration and as the thread context classloader, ifMRJobConfig.MAPREDUCE_JOB_CLASSLOADERis set to true, and the APP_CLASSPATH environment variable is set. - setJobFile(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setJobFile(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersRequestPBImpl
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportRequestPBImpl
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillJobRequestPBImpl
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- setJobId(JobId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- setJobId(JobId) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setJobName(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setJobName(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJobName(String) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setJobPriority(JobID, String) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- setJobPriority(Priority) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setJobPriority(Priority) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJobReport(JobReport) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse
- setJobReport(JobReport) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- setJobStartTime(long) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setJobState(JobState) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setJobState(JobState) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setJobStatus(String) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setLocalMaxRunningMaps(JobContext, int) - Static method in class org.apache.hadoop.mapred.LocalJobRunner
-
Set the max number of map tasks to run concurrently in the LocalJobRunner.
- setLocalMaxRunningReduces(JobContext, int) - Static method in class org.apache.hadoop.mapred.LocalJobRunner
-
Set the max number of reduce tasks to run concurrently in the LocalJobRunner.
- setMapOutputServerAddress(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- setMapOutputServerAddress(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- setMapProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setMapProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setMaxEvents(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
- setMaxEvents(int) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptCompletionEventsRequestPBImpl
- setName(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- setName(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.CounterGroup
- setName(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterGroupPBImpl
- setName(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- setNextExpirationTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenResponsePBImpl
- setNextExpirationTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenResponse
- setNodeManagerHost(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setNodeManagerHost(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setNodeManagerHost(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setNodeManagerHost(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setNodeManagerHttpPort(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setNodeManagerHttpPort(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setNodeManagerHttpPort(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setNodeManagerHttpPort(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setNodeManagerPort(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setNodeManagerPort(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setNodeManagerPort(int) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setNodeManagerPort(int) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setNumMaps(int) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setNumReduces(int) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setPhase(Phase) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setPhase(Phase) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setQueueName(String) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setRawCounters(Counters) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setRawCounters(Counters) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setRawCounters(Counters) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setRawCounters(Counters) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setReduceProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setReduceProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setRenewer(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest
- setRenewer(String) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
- setSetupProgress(float) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setSetupProgress(float) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setShuffleFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setShuffleFinishTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
-
Set the shuffle finish time.
- setSortFinishTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setSortFinishTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
-
Set the sort/merge finish time.
- setStartTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.AMInfo
- setStartTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.AMInfoPBImpl
- setStartTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setStartTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setStartTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setStartTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setStartTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setStartTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setStateString(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setStateString(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setStatus(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setStatus(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setStatus(TaskAttemptCompletionEventStatus) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- setStatus(TaskAttemptCompletionEventStatus) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
- setSubmitTime(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setSubmitTime(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setSubmitTime(long) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setSuccessfulAttempt(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setSuccessfulAttempt(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setTaskAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest
- setTaskAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest
- setTaskAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest
- setTaskAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.FailTaskAttemptRequestPBImpl
- setTaskAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetDiagnosticsRequestPBImpl
- setTaskAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportRequestPBImpl
- setTaskAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskAttemptRequestPBImpl
- setTaskAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest
- setTaskAttemptId(TaskAttemptId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setTaskAttemptId(TaskAttemptId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setTaskAttemptReport(TaskAttemptReport) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse
- setTaskAttemptReport(TaskAttemptReport) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskAttemptReportResponsePBImpl
- setTaskAttemptState(TaskAttemptState) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- setTaskAttemptState(TaskAttemptState) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptReport
- setTaskId(TaskId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest
- setTaskId(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportRequestPBImpl
- setTaskId(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.KillTaskRequestPBImpl
- setTaskId(TaskId) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest
- setTaskId(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- setTaskId(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setTaskId(TaskId) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- setTaskId(TaskId) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setTaskReport(TaskReport) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse
- setTaskReport(TaskReport) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportResponsePBImpl
- setTaskState(TaskState) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- setTaskState(TaskState) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.TaskReport
- setTaskType(TaskType) - Method in interface org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest
- setTaskType(TaskType) - Method in class org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetTaskReportsRequestPBImpl
- setTaskType(TaskType) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- setTaskType(TaskType) - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- setTrackingUrl(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setTrackingUrl(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setupDistributedCache(Configuration, Map<String, LocalResource>) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- setupDistributedCacheLocal(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
-
Set up the DistributedCache related configs to make
JobContextImpl.getLocalCacheFiles(Configuration)andJobContextImpl.getLocalCacheArchives(Configuration)working. - setUser(String) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.JobReportPBImpl
- setUser(String) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.JobReport
- setUser(String) - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- setValue(long) - Method in interface org.apache.hadoop.mapreduce.v2.api.records.Counter
- setValue(long) - Method in class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.CounterPBImpl
- shouldCreateNonUserDirectory(Configuration) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- SHUFFLE - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- SORT - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- SPECULATIVE - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Avataar
- STARTING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
- STARTING - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- stopHistoryProxy(MRClientProtocol) - Method in class org.apache.hadoop.mapreduce.v2.security.MRDelegationTokenRenewer
- submitJob(JobID, String, Credentials) - Method in class org.apache.hadoop.mapred.LocalJobRunner
- SUCCEEDED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
- SUCCEEDED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
- SUCCEEDED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
- SUCCEEDED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
- SUCCESSFUL - Enum constant in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
- SUMMARY_FILE_NAME_SUFFIX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Suffix for summary files.
T
- TASK - Static variable in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- TASKATTEMPT - Static variable in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- TaskAttemptCompletionEvent - Interface in org.apache.hadoop.mapreduce.v2.api.records
- TaskAttemptCompletionEventPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- TaskAttemptCompletionEventPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- TaskAttemptCompletionEventPBImpl(MRProtos.TaskAttemptCompletionEventProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptCompletionEventPBImpl
- TaskAttemptCompletionEventStatus - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- TaskAttemptId - Class in org.apache.hadoop.mapreduce.v2.api.records
-
TaskAttemptIdrepresents the unique identifier for a task attempt. - TaskAttemptId() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- TaskAttemptIdPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- TaskAttemptIdPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- TaskAttemptIdPBImpl(MRProtos.TaskAttemptIdProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptIdPBImpl
- TaskAttemptReport - Interface in org.apache.hadoop.mapreduce.v2.api.records
- TaskAttemptReportPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- TaskAttemptReportPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- TaskAttemptReportPBImpl(MRProtos.TaskAttemptReportProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskAttemptReportPBImpl
- taskAttemptState(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- TaskAttemptState - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- TaskId - Class in org.apache.hadoop.mapreduce.v2.api.records
-
TaskIdrepresents the unique identifier for a Map or Reduce Task. - TaskId() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- TaskIdPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- TaskIdPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- TaskIdPBImpl(MRProtos.TaskIdProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskIdPBImpl
- TaskReport - Interface in org.apache.hadoop.mapreduce.v2.api.records
- TaskReportPBImpl - Class in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
- TaskReportPBImpl() - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- TaskReportPBImpl(MRProtos.TaskReportProto) - Constructor for class org.apache.hadoop.mapreduce.v2.api.records.impl.pb.TaskReportPBImpl
- taskState(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- TaskState - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- taskSymbol(TaskType) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- taskType(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- TaskType - Enum Class in org.apache.hadoop.mapreduce.v2.api.records
- TIMESTAMP_DIR_PATTERN - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- TIMESTAMP_DIR_REGEX - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- timestampDirectoryComponent(long) - Static method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
-
Gets the timestamp component based on millisecond time.
- TIPFAILED - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
- toJobID(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toString() - Method in class org.apache.hadoop.mapreduce.v2.api.records.JobId
- toString() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId
- toString() - Method in class org.apache.hadoop.mapreduce.v2.api.records.TaskId
- toString() - Method in class org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
- toString(JobId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toString(TaskAttemptId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toString(TaskId) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toTaskAttemptID(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toTaskID(String) - Static method in class org.apache.hadoop.mapreduce.v2.util.MRApps
- toYarn(Counters) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskAttemptID) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskStatus.Phase) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskStatus.State) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(Counters) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(JobID) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskAttemptID) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskID) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarn(TaskType) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- toYarnApplicationPriority(String) - Static method in class org.apache.hadoop.mapreduce.TypeConverter
- TypeConverter - Class in org.apache.hadoop.mapreduce
- TypeConverter() - Constructor for class org.apache.hadoop.mapreduce.TypeConverter
V
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Avataar
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Locality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Avataar
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.JobState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Locality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEventStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.api.records.TaskType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskAttemptStateUI
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.hadoop.mapreduce.v2.util.MRApps.TaskStateUI
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils
- VIRGIN - Enum constant in enum class org.apache.hadoop.mapreduce.v2.api.records.Avataar
All Classes and Interfaces|All Packages|Constant Field Values