Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The details are in the design wiki, as the implementation happens more discussions can happen here.
The goal is to dynamically inject a IncrementalConfig instance into the FromJobConfiguration. The current MFromConfig and MToConfig can already hold a list of configs, and a strong sentiment was expressed to keep it as a list, why not for the first time actually make use of it and group the incremental related configs in one config object
This task will prepare the FromJobConfiguration from the job config data, ExtractorContext with the relevant values from the prev job run
This task will prepare the ToJobConfiguration from the job config data, LoaderContext with the relevant values from the prev job run if any
We will use DistributedCache to get State information from the Extractor and Loader out and finally persist it into the sqoop repository depending on SQOOP-1804 once the outputcommitter commit is called
Attachments
Attachments
Issue Links
- requires
-
SQOOP-2305 Sqoop2: ConfigUtils is not properly serializing Enum values
- Resolved
- links to