Package | Description |
---|---|
org.apache.avro.mapred.tether |
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions run in a sub-process.
|
Modifier and Type | Method and Description |
---|---|
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InputProtocol.configure(TaskType taskType,
String inSchema,
String outSchema)
Configure the task.
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.