Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSVIntermediateDataFormat

Relevant JIRA : SQOOP-555 and SQOOP-1350

...

NOTE: It may not be obvious but the current IDF design expect every new implementation of it to expose the CSV an ObjectArray formats in addition to its native format.

JSONIntermediateDataFormat

Relevant JIRA: SQOOP-1901

Avro Intermediate Data Format

SqoopIDFUtils 

It is a utility class in sqoop to aid connectors in encoding data into expected CSV format and object format and also parsing the CSV string back to the prescribed object format.

...