Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the IDF API is in connector SDK package,
The right place for IDF API is sqoop-spi package since custom implementations of the IDF can be done in future.
Instead today sqoop SPI that holds connectors depends on SDK which in fact should be the other way round, the connector API is the root and should not depend on its implemenation package.
connector SDK was intended to hold concrete implementations and some extent utility classes that the connectors use, there is obvioulsy some leaks and execution engine even depends on connecto-rsdk
Attachments
Attachments
Issue Links
- is cloned by
-
SQOOP-1872 IDF API should expose a method to add dependent jars
- Resolved
- relates to
-
SQOOP-1926 Sqoop2: Add annotations for visibilty and compatibility guarantees
- Resolved
- links to