Get input file in Reducer
问题 I am trying to write a mapreduce job where I need to iterate the values twice. So when a numerical csv file is given we need to apply this for each column. For that we need to find the min and max values and apply it in the equation (v1). What I did so far is In map() I emit the column id as key and each column as values In Reduce() I calculated the min and max values of each column. After that I am stuck. Next my aim is to apply the equation (v = [(v − minA)/(maxA − minA)]*(new maxA − new