Example usage for org.apache.hadoop.mapreduce InputSplit subclass-usage

List of usage examples for org.apache.hadoop.mapreduce InputSplit subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce InputSplit subclass-usage.

Usage

From source file kogiri.mapreduce.common.kmermatch.KmerMatchInputSplit.java

/**
 *
 * @author iychoi
 */
public class KmerMatchInputSplit extends InputSplit implements Writable {

From source file kogiri.mapreduce.preprocess.common.kmerindex.KmerIndexSplit.java

/**
 *
 * @author iychoi
 */
public class KmerIndexSplit extends InputSplit implements Writable {

From source file libra.common.kmermatch.KmerMatchInputSplit.java

/**
 *
 * @author iychoi
 */
public class KmerMatchInputSplit extends InputSplit implements Writable {

From source file libra.preprocess.common.kmerindex.KmerIndexSplit.java

/**
 *
 * @author iychoi
 */
public class KmerIndexSplit extends InputSplit implements Writable {

From source file ml.shifu.guagua.hadoop.io.GuaguaInputSplit.java

/**
 * {@link InputSplit} implementation in guagua. If mapper with {@link GuaguaInputSplit#isMaster} true means it is
 * master, and the master's FileSplit is {@code null}.
 */
public class GuaguaInputSplit extends InputSplit implements Writable {

From source file ml.shifu.guagua.mapreduce.GuaguaInputSplit.java

/**
 * {@link InputSplit} implementation in guagua for Hadoop MapReduce job.
 * 
 * <p>
 * If mapper with {@link GuaguaInputSplit#isMaster} true means it is master, for master so far {@link #fileSplits} is
 * {@code null}.

From source file ml.shifu.guagua.yarn.GuaguaInputSplit.java

/**
 * {@link InputSplit} implementation in guagua. If mapper with {@link GuaguaInputSplit#isMaster} true means it is
 * master, and the master's FileSplit is {@code null}.
 * 
 * @deprecated use {@link ml.shifu.guagua.hadoop.io.GuaguaInputSplit}
 */

From source file ml.shifu.shifu.core.mr.input.CombineInputSplit.java

/**
 * {@link InputSplit} implementation to combine multiple .
 * 
 * <p>
 * For worker, input {@link #fileSplits} are included, here <code>FileSplit</code> array is used to support combining
 * <code>FileSplit</code>s in one task.

From source file net.jarcec.sqoop.data.gen.mr.GeneratorSplit.java

/**
 * Generator's split containing from and to value.
 *
 * Number of lines can be calculated by evaluating (to - from).
 */
public class GeneratorSplit extends InputSplit implements Writable {

From source file net.thevis.groovyhadoop.backport.CombineFileSplit.java

/**
 * A sub-collection of input files. 
 * 
 * Unlike {@link FileSplit}, CombineFileSplit class does not represent 
 * a split of a file, but a split of input files into smaller sets. 
 * A split may contain blocks from different file but all