Exporting sequence file to Oracle by Sqoop

房东的猫 提交于 2019-12-25 06:33:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!