Package com.ebay.erl.mobius.core

Contains the main class MobiusJob of the Mobius core API; refer to MobiusJob to see how to create an analysis flow using Mobius.

See:
          Description

Class Summary
ConfigureConstants Defines Mobius specific property keys to be set in different kinds of Mobius jobs in the Hadoop Configuration.
GroupByConfigure Specify the "group-by" columns in a grouping job.
JoinOnConfigure Specify the join relationship in a Mobius join job.
JoinOnConfigure.EQ Specify the equal relationship of columns from different datasets.
MobiusJob Main class of the Mobius API.
MobiusJobRunner Executes a MobiusJob.
Persistable Sets the projections (columns to be saved on disk ) for join or group-by jobs.
SortOrderByConfigure Specifies the sort-by columns (ascending or descending) of a sort job.
SortPersistable Specifies the output path and format of a sort job.
SortProjectionConfigure Specifies the columns to be stored of a sort job.
 

Package com.ebay.erl.mobius.core Description

Contains the main class MobiusJob of the Mobius core API; refer to MobiusJob to see how to create an analysis flow using Mobius.