问题
I have been trying to find some documentations about how we can export sequence file to Oracle by using Sqoop. Is that possible?
Currently I have my files(in HDFS) in text based format and I am using Sqoop to export those files to some Oracle's tables and its working fine. Now I want to change the format of the file from text to sequence file or something else (Avro later). So what I need to do if I want to export different file format from HDFS to Oracle using Sqoop?
Any information will be highly appreciated.
Thanks in advance.
回答1:
Unfortunately, export of sequence files is not supported by Sqoop at the moment.
回答2:
This may not help to export the data to oracle Db. But just thought of putting it over here as sqoop supports export of sequence file - just check this - Sqoop export for sequence file
来源:https://stackoverflow.com/questions/23741439/exporting-sequence-file-to-oracle-by-sqoop