public class HadoopToStringUtil extends Object
Constructor and Description |
---|
HadoopToStringUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
toString(org.apache.hadoop.mapreduce.InputSplit input) |
static String |
toString(org.apache.hadoop.mapreduce.JobContext input) |
static String |
toString(List<org.apache.hadoop.mapreduce.InputSplit> input) |
static String |
toString(org.apache.hadoop.mapreduce.TaskAttemptContext input) |
public static String toString(org.apache.hadoop.mapreduce.InputSplit input) throws IOException, InterruptedException
IOException
InterruptedException
public static String toString(List<org.apache.hadoop.mapreduce.InputSplit> input) throws IOException, InterruptedException
IOException
InterruptedException
public static String toString(org.apache.hadoop.mapreduce.TaskAttemptContext input)
public static String toString(org.apache.hadoop.mapreduce.JobContext input)
Copyright © 2023. All rights reserved.