Package | Description |
---|---|
org.apache.hadoop.zebra.mapreduce |
Providing
InputFormat and
OutputFormat adaptor classes for Hadoop
Zebra Table. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends ZebraOutputPartition> |
BasicTableOutputFormat.getZebraOutputPartitionClass(org.apache.hadoop.mapreduce.JobContext jobContext) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicTableOutputFormat.setMultipleOutputs(org.apache.hadoop.mapreduce.JobContext jobContext,
java.lang.Class<? extends ZebraOutputPartition> theClass,
org.apache.hadoop.fs.Path... paths)
Set the multiple output paths of the BasicTable in JobContext
|
static void |
BasicTableOutputFormat.setMultipleOutputs(org.apache.hadoop.mapreduce.JobContext jobContext,
java.lang.Class<? extends ZebraOutputPartition> theClass,
java.lang.String arguments,
org.apache.hadoop.fs.Path... paths)
Set the multiple output paths of the BasicTable in JobContext
|
static void |
BasicTableOutputFormat.setMultipleOutputs(org.apache.hadoop.mapreduce.JobContext jobContext,
java.lang.String commaSeparatedLocations,
java.lang.Class<? extends ZebraOutputPartition> theClass)
Deprecated.
Use
#setMultipleOutputs(JobContext, class extends ZebraOutputPartition>, Path ...) instead. |
Copyright © 2007-2012 The Apache Software Foundation