| Package | Description |
|---|---|
| org.apache.hadoop.zebra.mapreduce |
Providing
InputFormat and
OutputFormat adaptor classes for Hadoop
Zebra Table. |
| Modifier and Type | Method and Description |
|---|---|
static 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,
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,
Class<? extends ZebraOutputPartition> theClass,
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,
String commaSeparatedLocations,
Class<? extends ZebraOutputPartition> theClass)
Deprecated.
Use
#setMultipleOutputs(JobContext, class extends ZebraOutputPartition>, Path ...) instead. |
Copyright © 2007-2012 The Apache Software Foundation