Hi, I created a table with Blob Fields in Oracle, and I imported the data into Hbase by using sqoop by using below command
*sqoop import --connect jdbc:oracle:@....... --username root --password root --table emp4 -hbase-table emp4 --column-family cf --columns id,desription,name --hbase-create-table --as-sequencefile --inline-lob-limit 0* My Requirement is For hbase, we want the clob/blob to go under _lobs directory and referenceid to the _lob be in the column family. Thanks & Regards, suneetha
