Created 12-21-2017 05:55 PM
I am using HDP- 2.5.3 and Sqoop version: 1.4.6. I am trying to import tables in Oracle DB to Sqoop. One of my table has BLOB data in it. While I am incrementally importing it am also using Merge-key with primary key. But I am getting the Null pointer Exception.
Error: java.lang.NullPointerException at org.apache.sqoop.lib.BlobRef.writeInternal(BlobRef.java:98) at org.apache.sqoop.lib.LobRef.write(LobRef.java:307) at org.apache.sqoop.lib.LobSerializer.writeBlob(LobSerializer.java:38) at com.cloudera.sqoop.lib.LobSerializer.writeBlob(LobSerializer.java:41) at QueryResult.write(QueryResult.java:343) at org.apache.sqoop.mapreduce.MergeRecord.write(MergeRecord.java:124)
I am not sure how to proceed further.
Please help me to resolve the issue.
Thanks,
Jyothi