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