Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. Namespace migration ( see https://cwiki.apache.org/confluence/display/SQOOP/Namespace+Migration for details ):
- Create the new package under org.apache.sqoop namespace.
- Move logics from com.cloudera.sqoop classes to org.apache.sqoop classes.
- Let com.cloudera.sqoop classes inherit logics from org.apache.sqoop classes.
- Deprecate classes under com.cloudera.sqoop namespace.
2. Remove copyright notice in the header ( as dictated in http://www.apache.org/legal/src-headers.html ):
- Remove this line "Copyright 2011 The Apache Software Foundation" in the license header.
- NOTE that checkstyle is revised to accommodate the license header without copyright.
As a result, it will complain all other files until they are also migrated with
the new license header (without copyright).