You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.
  • No labels