Skip to content
inquire edited this page Mar 3, 2012 · 1 revision

This is the source repo for the Hadoop Nested Map-Reduce Framework (hadoop + inception = hadception)

What the framework does:

  • allows any mapper or reducer to start a new job running remote code that the user provides
  • provides nested interlinked jobs to be executed as part of one job
  • enables multiple inputs to be run with different remote user written code based on each particular input
  • much much more!!
Clone this wiki locally