This project has retired. For details please refer to its Attic page.
PlanningParameters (Apache Crunch 0.9.0 API)

org.apache.crunch.impl.mr.plan
Class PlanningParameters

java.lang.Object
  extended by org.apache.crunch.impl.mr.plan.PlanningParameters

public final class PlanningParameters
extends Object

Collection of Configuration keys and various constants used when planning MapReduce jobs for a pipeline.


Field Summary
static String CRUNCH_WORKING_DIRECTORY
           
static String JOB_NAME_MAX_STACK_LENGTH
           
static String MULTI_OUTPUT_PREFIX
           
static String PIPELINE_PLAN_DOTFILE
          Configuration key under which a DOT file containing the pipeline job graph is stored by the planner.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_OUTPUT_PREFIX

public static final String MULTI_OUTPUT_PREFIX
See Also:
Constant Field Values

CRUNCH_WORKING_DIRECTORY

public static final String CRUNCH_WORKING_DIRECTORY
See Also:
Constant Field Values

PIPELINE_PLAN_DOTFILE

public static final String PIPELINE_PLAN_DOTFILE
Configuration key under which a DOT file containing the pipeline job graph is stored by the planner.

See Also:
Constant Field Values

JOB_NAME_MAX_STACK_LENGTH

public static final String JOB_NAME_MAX_STACK_LENGTH
See Also:
Constant Field Values


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