This project has retired. For details please refer to its Attic page.
MRPipelineExecution (Apache Crunch 0.7.0 API)

org.apache.crunch.impl.mr
Interface MRPipelineExecution

All Superinterfaces:
PipelineExecution

public interface MRPipelineExecution
extends PipelineExecution


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.PipelineExecution
PipelineExecution.Status
 
Method Summary
 List<MRJob> getJobs()
           
 
Methods inherited from interface org.apache.crunch.PipelineExecution
getPlanDotFile, getResult, getStatus, kill, waitFor, waitUntilDone
 

Method Detail

getJobs

List<MRJob> getJobs()


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