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