How to ask Sqoop to empty NULL valued fields when importing into Hive
Data imported from Postgres into Hive has lots of fields with “null” as the value, including fields with BIGINT data type. When Impala tries to read the table with such data, it produces lots of warning message: WARNINGS: Backend 2:Error converting column: 6 TO BIGINT (Data is: null) To force …