| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.split.JobSplitWriter
public class JobSplitWriter
The class that is used by the Job clients to write splits (both the meta and the raw bytes parts)
| Constructor Summary | |
|---|---|
| JobSplitWriter() | |
| Method Summary | ||
|---|---|---|
| static void | createSplitFiles(Path jobSubmitDir,
                 Configuration conf,
                 FileSystem fs,
                 InputSplit[] splits) | |
| static
 | createSplitFiles(Path jobSubmitDir,
                 Configuration conf,
                 FileSystem fs,
                 List<InputSplit> splits) | |
| static
 | createSplitFiles(Path jobSubmitDir,
                 Configuration conf,
                 FileSystem fs,
                 T[] splits) | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JobSplitWriter()
| Method Detail | 
|---|
public static <T extends InputSplit> void createSplitFiles(Path jobSubmitDir,
                                                           Configuration conf,
                                                           FileSystem fs,
                                                           List<InputSplit> splits)
                             throws IOException,
                                    InterruptedException
IOException
InterruptedException
public static <T extends InputSplit> void createSplitFiles(Path jobSubmitDir,
                                                           Configuration conf,
                                                           FileSystem fs,
                                                           T[] splits)
                             throws IOException,
                                    InterruptedException
IOException
InterruptedException
public static void createSplitFiles(Path jobSubmitDir,
                                    Configuration conf,
                                    FileSystem fs,
                                    InputSplit[] splits)
                             throws IOException
IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||