This project has retired. For details please refer to its Attic page.
MRExecutor (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.impl.mr.exec
Class MRExecutor

java.lang.Object
  extended by org.apache.crunch.impl.mr.exec.MRExecutor

public class MRExecutor
extends Object


Constructor Summary
MRExecutor(Class<?> jarClass)
           
 
Method Summary
 void addJob(CrunchJob job)
           
 PipelineResult execute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MRExecutor

public MRExecutor(Class<?> jarClass)
Method Detail

addJob

public void addJob(CrunchJob job)

execute

public PipelineResult execute()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.