0

I am trying to import data from Oracle DB to HDFS using Sqoop2. I realized that sqoop2 is inserting a string 'null' value rather than non-string NULL value. Is there an alternative to skip this from happening? I know there is an alternative in sqoop1 but i m looking for an option in sqoop2.

Thanks in advance

sean
  • 21
  • 3

1 Answers1

0

Sqoop 1.99.4 was released recently with a change that made this more usable. Sqoop2 now uses NULL in its output.

generalpiston
  • 911
  • 7
  • 11