Package

com.github.saurfang.sas

mapreduce

Permalink

package mapreduce

Visibility
  1. Public
  2. All

Type Members

  1. class SasInputFormat extends FileInputFormat[NullWritable, Array[AnyRef]]

    Permalink

    SasInputFormat is an input format used to read .sas7bdat input files, the binary SAS data file.

    SasInputFormat is an input format used to read .sas7bdat input files, the binary SAS data file. The file cannot be compressed on the filesystem level otherwise the file is not splittable.

  2. class SasRecordReader extends RecordReader[NullWritable, Array[AnyRef]]

    Permalink

    A RecordReader for SasInputFormat.

    A RecordReader for SasInputFormat. Each split is aligned to the closest preceding page boundary, calculated from the page size specified in the .sas7bdat meta info.

Ungrouped