Szabolcs Vasas created SQOOP-3273:
-------------------------------------
Summary: Removing com.cloudera.sqoop packages
Key: SQOOP-3273
URL: https://issues.apache.org/jira/browse/SQOOP-3273
Project: Sqoop
Issue Type: Improvement
Reporter: Szabolcs Vasas
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)