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.