Hadoop - Performance Tuning
Given the following configuration:
What will happen if a reduce task tries to use 3500 MB heap memory?
mapreduce.reduce.memory.mb=4096 mapreduce.reduce.java.opts=-Xmx3072m
What will happen if a reduce task tries to use 3500 MB heap memory?
