I have a hive table in which data is populated from RDBMS on daily basis.

After map reduce each mapper write its data in hive table partitioned at
month level.
Issue is daily when job runs it fetches data of last day and each mapper
writes its output in seperate file. Shall I merge those files in single one
?

What should be file format? Sequence file or text is better ?

Reply via email to