org.apache.pig
Class PigConstants

java.lang.Object
  extended by org.apache.pig.PigConstants

public class PigConstants
extends Object


Field Summary
static String GENERATED_CLASSES_KEY
          This key is used in the job conf to let the various jobs know what code was generated.
static String LOCAL_CODE_DIR
          This key is used when a job is run in local mode to pass the location of the generated code from the front-end to the "back-end" (which, in this case, is in the same JVM).
static boolean SCHEMA_TUPLE_ON_BY_DEFAULT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATED_CLASSES_KEY

public static final String GENERATED_CLASSES_KEY
This key is used in the job conf to let the various jobs know what code was generated.

See Also:
Constant Field Values

LOCAL_CODE_DIR

public static final String LOCAL_CODE_DIR
This key is used when a job is run in local mode to pass the location of the generated code from the front-end to the "back-end" (which, in this case, is in the same JVM).

See Also:
Constant Field Values

SCHEMA_TUPLE_ON_BY_DEFAULT

public static final boolean SCHEMA_TUPLE_ON_BY_DEFAULT
See Also:
Constant Field Values


Copyright © 2007-2012 The Apache Software Foundation