I think it is possible to store blob in Hive. I imported LOBs from Oracle DB into Hive throught Sqoop and all I had to do was distinguish the LOBs into a string:
sqoop import --map-column-java $LOB=String
You can find more details about LOB in Sqoop here .
Hope it helps
source
to share