How you described the table? And how do you load them into? - Alex
-- Alexander Lorenz http://mapredit.blogspot.com On Jan 26, 2012, at 11:00 PM, rk vishu wrote: > Hello All, > > I have a mapred job that does transfermation and outputs to a compresses > SequenceFile (by using org.apache.hadoop.mapred.SequenceFileOutputFormat) > > I am able to attach the output to a external hive table (stored as > sequncefile). When i query it ignores the first column value from the file. > Is there a way to generate the MAP Red out put as expected by HIVE? > > Any tips on this are highly appriciated. > > -R