This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.mapreduce
Class GoraMapReduceUtils
java.lang.Object
   org.apache.gora.mapreduce.GoraMapReduceUtils
org.apache.gora.mapreduce.GoraMapReduceUtils
- public class GoraMapReduceUtils 
- extends Object
MapReduce related utilities for Gora
 
 
| Method Summary | 
| static org.apache.hadoop.mapreduce.JobContext | createJobContext(org.apache.hadoop.conf.Configuration conf,
                 String inputPath)
 | 
| static List<org.apache.hadoop.mapreduce.InputSplit> | getSplits(org.apache.hadoop.conf.Configuration conf,
          String inputPath)
 | 
| static void | setIOSerializations(org.apache.hadoop.conf.Configuration conf,
                    boolean reuseObjects)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GoraMapReduceUtils
public GoraMapReduceUtils()
setIOSerializations
public static void setIOSerializations(org.apache.hadoop.conf.Configuration conf,
                                       boolean reuseObjects)
- 
 
getSplits
public static List<org.apache.hadoop.mapreduce.InputSplit> getSplits(org.apache.hadoop.conf.Configuration conf,
                                                                     String inputPath)
                                                              throws IOException
- 
- Throws:
- IOException
 
createJobContext
public static org.apache.hadoop.mapreduce.JobContext createJobContext(org.apache.hadoop.conf.Configuration conf,
                                                                      String inputPath)
                                                               throws IOException
- 
- Throws:
- IOException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.