org.apache.pig.impl
Class PigImplConstants
java.lang.Object
org.apache.pig.impl.PigImplConstants
@InterfaceAudience.Private
public class PigImplConstants
- extends Object
Private, internal constants for use by Pig itself. Please see
PigConstants
if looking for public constants.
Field Summary |
static String |
CONVERTED_TO_LOCAL
Used by pig to indicate that current job has been converted to run in local mode |
static String |
PIG_OPTIMIZER_RULES_KEY
"pig.optimizer.rules" is a pig-internal properties key for serializing
the set of disabled optimizer rules. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PIG_OPTIMIZER_RULES_KEY
public static final String PIG_OPTIMIZER_RULES_KEY
- "pig.optimizer.rules" is a pig-internal properties key for serializing
the set of disabled optimizer rules.
- See Also:
- Constant Field Values
CONVERTED_TO_LOCAL
public static final String CONVERTED_TO_LOCAL
- Used by pig to indicate that current job has been converted to run in local mode
- See Also:
- Constant Field Values
Copyright © 2007-2012 The Apache Software Foundation