Drawbacks of Fixed Partitioning in Hadoop
Drawbacks of Fixed Partitioning in Hadoop
Using MultipleOutputs:
When using HashPartitioner, each partition contains multiple stations.
To create a file per station, you can use the MultipleOutputs class, which allows each reducer
to write multiple files with different names.