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

org.apache.crunch.impl.mr.run
Class TaskAttemptContextFactory

java.lang.Object
  extended by org.apache.crunch.impl.mr.run.TaskAttemptContextFactory

public class TaskAttemptContextFactory
extends Object


Method Summary
static org.apache.hadoop.mapreduce.TaskAttemptContext create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.mapreduce.TaskAttemptID taskAttemptId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static org.apache.hadoop.mapreduce.TaskAttemptContext create(org.apache.hadoop.conf.Configuration conf,
                                                                    org.apache.hadoop.mapreduce.TaskAttemptID taskAttemptId)


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