@InterfaceAudience.Private @InterfaceStability.Unstable public class JobSplitWriter extends Object
| Constructor and Description |
|---|
JobSplitWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createSplitFiles(Path jobSubmitDir,
Configuration conf,
FileSystem fs,
InputSplit[] splits) |
static <T extends InputSplit> |
createSplitFiles(Path jobSubmitDir,
Configuration conf,
FileSystem fs,
List<InputSplit> splits) |
static <T extends InputSplit> |
createSplitFiles(Path jobSubmitDir,
Configuration conf,
FileSystem fs,
T[] splits) |
public static <T extends InputSplit> void createSplitFiles(Path jobSubmitDir, Configuration conf, FileSystem fs, List<InputSplit> splits) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static <T extends InputSplit> void createSplitFiles(Path jobSubmitDir, Configuration conf, FileSystem fs, T[] splits) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void createSplitFiles(Path jobSubmitDir, Configuration conf, FileSystem fs, InputSplit[] splits) throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.