public class WriteCSVMR extends Object
Modifier and Type | Method and Description |
---|---|
static int |
determineNumReducers(long[] rlen,
long[] clen,
int defaultNumRed,
long numRedGroups) |
static JobReturn |
runJob(MRJobInstruction inst,
String[] inputs,
InputInfo[] inputInfos,
long[] rlens,
long[] clens,
int[] brlens,
int[] bclens,
String csvWriteInstructions,
int numReducers,
int replication,
byte[] resultIndexes,
String[] outputs) |
public static JobReturn runJob(MRJobInstruction inst, String[] inputs, InputInfo[] inputInfos, long[] rlens, long[] clens, int[] brlens, int[] bclens, String csvWriteInstructions, int numReducers, int replication, byte[] resultIndexes, String[] outputs) throws Exception
Exception
public static int determineNumReducers(long[] rlen, long[] clen, int defaultNumRed, long numRedGroups)
Copyright © 2018 The Apache Software Foundation. All rights reserved.