Sqoop weet niet hoe het blob-gegevenstype in Oracle in Hive moet worden toegewezen. U moet dus --map-column-hive COLUMN_BLOB=binary
opgeven
sqoop import --connect 'jdbc:oracle:thin:@host' --username $USER --password $Password --table $TABLE --hive-import --hive-table $HiveTable --map-column-hive COL_BLOB=binary --delete-target-dir --target-dir $TargetDir -m 1 -verbose