Help converting java program to MapReduce job
Posted
by BigJoe714
on Stack Overflow
See other posts from Stack Overflow
or by BigJoe714
Published on 2010-03-22T16:28:26Z
Indexed on
2010/03/22
16:31 UTC
Read the original article
Hit count: 598
mapreduce
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!
© Stack Overflow or respective owner