Sqoopは、Oracleのblobデータ型をHiveにマップする方法を知りません。したがって、--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