We have dfs.blocksize set to 512MB for one of the map reduce jobs which is a map only job. But, some of the mappers are outputting more than 512 MB. ex: 512.9 MB.
I believe, the mapper block size should be restrained by the dfs.blocksize. Appreciate any inputs. Thanks