Uses of Class
org.apache.hadoop.mapreduce.v2.LogParams

Packages that use LogParams
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.protocol   
 

Uses of LogParams in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return LogParams
 LogParams Cluster.getLogParams(JobID jobID, TaskAttemptID taskAttemptID)
          Get log parameters for the specified jobID or taskAttemptID
 

Uses of LogParams in org.apache.hadoop.mapreduce.protocol
 

Methods in org.apache.hadoop.mapreduce.protocol that return LogParams
 LogParams ClientProtocol.getLogFileParams(JobID jobID, TaskAttemptID taskAttemptID)
          Gets the location of the log file for a job if no taskAttemptId is specified, otherwise gets the log location for the taskAttemptId.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.