Sqoop ved ikke, hvordan man kortlægger blob-datatype i oracle til Hive. Så du skal angive --map-column-hive COLUMN_BLOB=binary
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