I'm looking for some general information about how other people are using Hadoop or other MapReduce-like technologies. In general, I am curious to whether you are writing MR applications to process existing data sets (like web server log files), or are you writing applications that generate and process new data sets?
Edit: Follow-up Questions
(1) Do you ever execute a MR program against data generated by other MR programs?
(2) Do you ever need to modify existing data sets using MR?
(3) Do you ever share your data sets with other developers?