Example usage for org.apache.hadoop.io SequenceFile subclass-usage

List of usage examples for org.apache.hadoop.io SequenceFile subclass-usage

Introduction

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

Usage

From source file cascading.scheme.hadoop.WritableSequenceFile.java

/**
 * Class WritableSequenceFile is a sub-class of {@link SequenceFile} that reads and writes values of the given
 * {@code writableType} {@code Class}, instead of {@link Tuple} instances used by default in SequenceFile.
 * <p/>
 * This Class is a convenience for those who need to read/write specific types from existing sequence files without
 * them being wrapped in a Tuple instance.

From source file cascading.scheme.WritableSequenceFile.java

/**
 * Class WritableSequenceFile is a sub-class of {@link SequenceFile} that reads and writes values of the given
 * {@code writableType} {@code Class}, instead of {@link Tuple} instances used by default in SequenceFile.
 * <p/>
 * This Class is a convenience for those who need to read/write specific types from existing sequence files without
 * them being wrapped in a Tuple instance.