Created 10-16-2017 03:18 AM
Any idea on how to import Oracle Blob data into HDFS using Sqoop Import
Created 10-16-2017 07:15 PM
You can find your answers in this article. Let me know if you encounter any issues.
https://community.hortonworks.com/content/supportkb/49145/how-to-sqoop-import-oracle-blobclob-data-i...
Created 10-16-2017 07:25 PM
For HDFS, you can just mention the --target-dir option with your hdfs target directory. Sqoop import command will be as follows:
sqoop import --connect {connect-info} --table {table_name} --target-dir {hdfs_import_dir} -m {NUM_MAPPERS}