Possible duplicate:
MultipleOutputFormat in hadoop
I want to write files according to months using map-reduce in hadoop. If the data refers to the month of January, then the data must be recorded in a jan file, and there must be a separate file for each month.
How can I create such a file in mapoutude hasoop. I am trying to recursively shrink a map but not getting how to implement it?
Pls will offer me some solution.
Thanks.
source share