ml.shifu.guagua.yarn
类 GuaguaSplitWriter
java.lang.Object
ml.shifu.guagua.yarn.GuaguaSplitWriter
public class GuaguaSplitWriter
- extends Object
The class that is used by the Job clients to write splits (both the meta and the raw bytes parts)
|
方法摘要 |
static void |
createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.mapred.InputSplit[] splits)
|
static
<T extends org.apache.hadoop.mapreduce.InputSplit>
void |
|
createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
List<org.apache.hadoop.mapreduce.InputSplit> splits)
|
static
<T extends org.apache.hadoop.mapreduce.InputSplit>
void |
|
createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
T[] splits)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuaguaSplitWriter
public GuaguaSplitWriter()
createSplitFiles
public static <T extends org.apache.hadoop.mapreduce.InputSplit> void createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
List<org.apache.hadoop.mapreduce.InputSplit> splits)
throws IOException,
InterruptedException
- 抛出:
IOException
InterruptedException
createSplitFiles
public static <T extends org.apache.hadoop.mapreduce.InputSplit> void createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
T[] splits)
throws IOException,
InterruptedException
- 抛出:
IOException
InterruptedException
createSplitFiles
public static void createSplitFiles(org.apache.hadoop.fs.Path jobSubmitDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.mapred.InputSplit[] splits)
throws IOException
- 抛出:
IOException
Copyright © 2014. All Rights Reserved.