I was wondering if it is possible to define a Hierarchical MapReduce job?. In other words I would like to have a map-reduce job, that in the mapper phase will call a different MapReduce job. Is it possible? Do you have any recommendations how to do it?
I want to do it in order to have additional level of parallelism/distribution in my program. Thanks, Arik.