The data model is used to define which TaskModels a SamzaContainer should process. The model is used in the job coordinator and SamzaContainer to determine how to execute Samza jobs.
The hierarchy for a Samza's job data model is that jobs have containers, and containers have tasks. Each data model contains relevant information, such as an id, partition information, etc.
|
|