Example usage for org.apache.hadoop.mapreduce.lib.input SplitLineReader subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.input SplitLineReader subclass-usage

Introduction

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

Usage

From source file fr.ens.biologie.genomique.eoulsan.bio.io.hadoop.CompressedSplitFastqLineReader.java

public class CompressedSplitFastqLineReader extends SplitLineReader {

    SplitCompressionInputStream scin;
    private boolean usingCRLF;
    private boolean needAdditionalRecord = false;
    private boolean finished = false;

From source file org.bdgenomics.adam.io.ResettableCompressedSplitLineReader.java

/**
 * A line reader that can continue beyond the end of a split after being reset.
 *
 * This class cribs heavily from
 * org.apache.hadoop.mapreduce.lib.input.CompressedSplitLineReader. While the
 * CompressedSplitLineReader class does 99% of what we wanted, it has one