Middlecon / DBImport

DBImport ingestion tool. Handle import, export and standard ETL flows in Hadoop/Hive
Apache License 2.0
16 stars 6 forks source link

include_in_import for map-column-java is not affected #16

Closed Middlecon closed 5 years ago

Middlecon commented 5 years ago

If a columns is disabled by putting 0 in include_in_import and at the same time, the column is mapped to another datatype for Sqoop, that column is still included in the map-column-java and results in a "column not found" error.

Middlecon commented 5 years ago

The map-column-java type is now saved in a variable and only added to the list if include_in_import = 1