Package datafu.hourglass.schemas

Classes that help manage the Avro schemas used by the jobs.

See:
          Description

Class Summary
PartitionCollapsingSchemas Generates the Avro schemas used by AbstractPartitionCollapsingIncrementalJob and its derivations.
PartitionPreservingSchemas Generates the Avro schemas used by AbstractPartitionPreservingIncrementalJob and its derivations.
TaskSchemas Contains the Avro schemas for the key, intermediate value, and output value of a job.
TaskSchemas.Builder  
 

Package datafu.hourglass.schemas Description

Classes that help manage the Avro schemas used by the jobs. These are used internally by AbstractPartitionPreservingIncrementalJob and AbstractPartitionCollapsingIncrementalJob.



Matthew Hayes