public class TableMapReduceUtil extends Object
| Constructor and Description |
|---|
TableMapReduceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getFieldPaths(String fieldPaths) |
static ByteBuffer |
getRowKey(org.ojai.Document record,
String field) |
static void |
initMapperJob(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper,
org.apache.hadoop.mapreduce.Job job,
com.mapr.db.Condition cond) |
static void |
initReducerJob(Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer,
org.apache.hadoop.mapreduce.Job job) |
public static void initMapperJob(Class<? extends org.apache.hadoop.mapreduce.Mapper> mapper, org.apache.hadoop.mapreduce.Job job, com.mapr.db.Condition cond) throws IOException
IOExceptionpublic static void initReducerJob(Class<? extends org.apache.hadoop.mapreduce.Reducer> reducer, org.apache.hadoop.mapreduce.Job job)
public static ByteBuffer getRowKey(org.ojai.Document record, String field)
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.