Fw:

2013-07-06 Thread m_muthukumar
http://webraja.com/response.message.phpnepakj86098730

Re: Loading a flat file + one additional field to a Hive table

2013-07-06 Thread Sanjay Subramanian
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