Slide 6
Slide 6 text
Gobblin Architecture
●
A Gobblin job is built on a set of plugable constructs
●
Which are extensible
●
A job is a set of tasks created from a workunit
●
The workunit serves as a container at runtime
●
Tasks are executed by the Gobblin runtime
– On the chosen deployment i.e. MapReduce
●
Run time handles scheduling, error handling etc
●
Utilities handle meta data, state, metrics etc