Help converting java program to MapReduce job
- by BigJoe714
Hello,
I would like to convert the following Java program to a MapReduce job. I have read about MapReduce and feel like this would be a good problem to solve using it, but I cannot figure out what to do.
This basically loops through a directory of html files and parses them into a CSV file.
http://www.joeharrison.com/bucket/2010/3/Main.java.txt
http://www.joeharrison.com/bucket/2010/3/StringParser.java.txt
Note: I am not trying to get someone else to do my work for me. I am using this as a learning experience. This will not be used for $$$profit$$$. If I have something that I created converted to a MapReduce job I feel it will provide a much easier way to learn then trying to follow an arbitrary tutorial. I posted this on Rentacoder several days ago, because I wanted to pay someone to convert it for me. But no one on rentacoder seems to know mapreudce!