Storing data into hive table having columns from multiple files

2013-06-20 Thread varaprasad . bheri
Hi All, I have a query on a scenario which is below: There are 2 files "file1", "file2". And a hive table "test" which is created with 15 columns with "," delimiter. "file1" contains 25 columns and "file2" contains 15 columns having seperator as ",": But, out of 25 columns, 10 columns of data

Re: Storing data into hive table having columns from multiple files

2013-06-20 Thread pandeeswaran bhoopathy
Do you mean the merge operation? Sent from my iPad On 20-Jun-2013, at 2:51 PM, varaprasad.bh...@polarisft.com wrote: > Hi All, > > I have a query on a scenario which is below: > > There are 2 files "file1", "file2". And a hive table "test" which is created > with 15 columns with "," delimiter