Uses of Class
org.apache.hadoop.zebra.mapreduce.ZebraOutputPartition

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, Path ...) instead.
 



Copyright © 2012 The Apache Software Foundation