Search

How to distribute side data using job configuration ?



Side data can be distributed by setting an arbitrary key-value pairs in the job configuration using the various setter methods on Configuration object.
In the task, we can retrieve the data from the configuration returned by Context ’s
getConfiguration() method.