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)


构造方法摘要
GuaguaSplitWriter()
           
 
方法摘要
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 © 2015. All Rights Reserved.