I am trying to write a Hadoop map/reduce class that reads in a text file containing a list of actors and the movies they've played in (one movie per line) and returns the number of movies each actor has participated in.I am trying to write a Hadoop map/reduce class