Re: Hive : Storing data in external RCFile/SEQUENCE FILE table

2017-06-16 Thread Owen O'Malley
On Fri, Jun 16, 2017 at 6:36 AM, Kuldeep Chitrakar < kuldeep.chitra...@synechron.com> wrote: > I have two questions regarding loading tables which are defined as RCFile, > Sequencfile etc. > > > > Q1. > > 1. Suppose a table is defined as STORED AS RCFILE or SEQUENCEFILE, > how do we load th

Hive : Storing data in external RCFile/SEQUENCE FILE table

2017-06-16 Thread Kuldeep Chitrakar
I have two questions regarding loading tables which are defined as RCFile, Sequencfile etc. Q1. 1. Suppose a table is defined as STORED AS RCFILE or SEQUENCEFILE, how do we load this table. If source data file is in CSV format, do we have to load that file in some temp table and then lo