Parallel processing of small functions in the cloud Parallel processing of small functions in the cloud hadoop hadoop

Parallel processing of small functions in the cloud


You might consider something like Amazon EMR which takes care of a lot of the plumbing with Hadoop. If your just looking to code something quickly, hadoop streaming, hive and PIG are all good tools for getting started with hadoop w/out requring you to know all of the ins and outs of MapReduce.