स्कूप को पता नहीं है कि ऑरैकल में हाइव में ब्लॉब डेटाटाइप को कैसे मैप किया जाए। तो आपको --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