This project has retired. For details please refer to its Attic page.
RuntimeParameters (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.impl.mr.run
Class RuntimeParameters

java.lang.Object
  extended by org.apache.crunch.impl.mr.run.RuntimeParameters

public class RuntimeParameters
extends Object

Parameters used during the runtime execution.


Field Summary
static String AGGREGATOR_BUCKETS
           
static String DEBUG
           
static String MULTI_INPUTS
           
static String TMP_DIR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGGREGATOR_BUCKETS

public static final String AGGREGATOR_BUCKETS
See Also:
Constant Field Values

MULTI_INPUTS

public static final String MULTI_INPUTS
See Also:
Constant Field Values

DEBUG

public static final String DEBUG
See Also:
Constant Field Values

TMP_DIR

public static final String TMP_DIR
See Also:
Constant Field Values


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.