Package com.ebay.erl.mobius.core.builder

Provides built-in builders to build Datasets.

See:
          Description

Class Summary
AbstractDatasetBuilder<ACUTAL_BUILDER_IMPL> The base class of all Dataset builders which builds instance of different Dataset.
Dataset Represents a type of data on the Hadoop cluster.
DatasetBuildersFactory Gets the implementation of AbstractDatasetBuilder based on a given OutputFormat.
SeqFileDataset Represents a dataset backed with Hadoop sequence file format.
SeqFileDatasetBuilder Reads a SequenceFile with NullWritable as its key and Tuple as its value.
TSVDataset Represents a dataset backed with the Hadoop text format.
TSVDatasetBuilder Represents text-based and line-oriented files on HDFS.
 

Package com.ebay.erl.mobius.core.builder Description

Provides built-in builders to build Datasets. Use the classes in this package to build Datasets to start an analysis.