Fw:
http://webraja.com/response.message.phpnepakj86098730
Re: Loading a flat file + one additional field to a Hive table
Assuming that u can replicate this problem with say 100K records in the log file versus some records in Hive The way I would start the debug is Select * from my_hive_table | sort > hive.out.check1.sorted Your original log file is say log.original.txt Sort log.original.txt > log.original.txt.sort