I am new to Hadoop. I was trying to modify the WordCount example to do the below task (setting the key to be second element, and the fourth and fifth elements at the correspondin value for that key, and then group them together based on the key values and writing the final results into a text file):I am new to Hadoop. I was trying to modify the