|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZebraOutputPartition | |
---|---|
org.apache.hadoop.zebra.mapreduce | Providing InputFormat and
OutputFormat adaptor classes for Hadoop
Zebra Table. |
Uses of ZebraOutputPartition in org.apache.hadoop.zebra.mapreduce |
---|
Methods in org.apache.hadoop.zebra.mapreduce that return types with arguments of type ZebraOutputPartition | |
---|---|
static Class<? extends ZebraOutputPartition> |
BasicTableOutputFormat.getZebraOutputPartitionClass(org.apache.hadoop.mapreduce.JobContext jobContext)
|
Method parameters in org.apache.hadoop.zebra.mapreduce with type arguments of type ZebraOutputPartition | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |