Constant Field Values


Contents
org.apache.*

org.apache.hadoop.examples.BaileyBorweinPlouffe
public static final String DESCRIPTION "A map/reduce program that uses Bailey-Borwein-Plouffe to compute exact digits of Pi."

org.apache.hadoop.examples.Join
public static final String REDUCES_PER_HOST "mapreduce.join.reduces_per_host"

org.apache.hadoop.examples.RandomTextWriter
public static final String BYTES_PER_MAP "mapreduce.randomtextwriter.bytespermap"
public static final String MAPS_PER_HOST "mapreduce.randomtextwriter.mapsperhost"
public static final String MAX_KEY "mapreduce.randomtextwriter.maxwordskey"
public static final String MAX_VALUE "mapreduce.randomtextwriter.maxwordsvalue"
public static final String MIN_KEY "mapreduce.randomtextwriter.minwordskey"
public static final String MIN_VALUE "mapreduce.randomtextwriter.minwordsvalue"
public static final String TOTAL_BYTES "mapreduce.randomtextwriter.totalbytes"

org.apache.hadoop.examples.RandomWriter
public static final String BYTES_PER_MAP "mapreduce.randomwriter.bytespermap"
public static final String MAPS_PER_HOST "mapreduce.randomwriter.mapsperhost"
public static final String MAX_KEY "mapreduce.randomwriter.maxkey"
public static final String MAX_VALUE "mapreduce.randomwriter.maxvalue"
public static final String MIN_KEY "mapreduce.randomwriter.minkey"
public static final String MIN_VALUE "mapreduce.randomwriter.minvalue"
public static final String TOTAL_BYTES "mapreduce.randomwriter.totalbytes"

org.apache.hadoop.examples.Sort<K,V>
public static final String REDUCES_PER_HOST "mapreduce.sort.reducesperhost"

org.apache.hadoop.examples.dancing.Pentomino
public static final String CLASS "mapreduce.pentomino.class"
public static final String DEPTH "mapreduce.pentomino.depth"
public static final String HEIGHT "mapreduce.pentomino.height"
public static final String WIDTH "mapreduce.pentomino.width"

org.apache.hadoop.examples.pi.DistBbp
public static final String DESCRIPTION "A map/reduce program that uses a BBP-type formula to compute exact bits of Pi."

org.apache.hadoop.examples.terasort.TeraGen
public static final String NUM_ROWS "mapreduce.terasort.num-rows"



Copyright © 2014 Apache Software Foundation. All Rights Reserved.