Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Excerpt

Single Code Flow in Sqoop2

  • About JDBC imports specifically. I believe that one of the issues of current sqoop code is having more than one code flow. For example code that is backing up table is different than when user is using query to do the export. I would like to avoid that in sqoop2 and have as much as possible in single code flow. With that example of "query" and "table" import - table import can be converted to query import by generating in sqoop. I believe that this would be much easier for maintaining. This merge would also allow us to very easily start doing transformation above columns - column renaming or casting to different data type.