|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.PigConstants
@InterfaceAudience.Public public class PigConstants
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 String |
PIG_LOCAL_CONF_PREFIX
Prefix used by pig to configure local mode configuration |
static String |
PIG_OPTIMIZER_RULES_DISABLED_KEY
"pig.optimizer.rules.disabled" is a comma-separated list of optimizer rules to disable; by default, all rules are enabled. |
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 |
---|
public static final String GENERATED_CLASSES_KEY
public static final String LOCAL_CODE_DIR
public static final boolean SCHEMA_TUPLE_ON_BY_DEFAULT
public static final String PIG_OPTIMIZER_RULES_DISABLED_KEY
public static final String PIG_LOCAL_CONF_PREFIX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |