Packages

package mapreduce

Type Members

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

    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]]

    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