Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Sqoop has dozens of classes in com.cloudera.sqoop packages which most of the cases just extend their corresponding class in org.apache.sqoop package without adding extra functionality.
These classes make the code harder to read and navigate, they are already deprecated but because of backward compatibility considerations we have not removed them yet.
The task is to make sure that all the functionality from com.cloudera.sqoop classes is available in org.apache.sqoop classes and remove the classes from com.cloudera.sqoop packages.
The tests defined in com.cloudera.sqoop packages should also be migrated to org.apache.sqoop package.
Attachments
Attachments
Issue Links
- links to