You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Varsha Raveendran <va...@gmail.com> on 2015/03/02 18:44:46 UTC

Conversion of one file format to another

Hello All,

I have a couple of Sequence files on HDFS.  I now need to load these files
into an ORC table. One option is to create an external table of
SequenceFile format and then load it into the ORC table by using the INSERT
OVERWRITE command.

I am looking for an alternative without using an intermediate table. Is
there a way of achieving this by writing a Custom output format?


Thanks & Regards,
*Varsha *