Package | Description |
---|---|
org.apache.pig.tools.parameters |
Modifier and Type | Method and Description |
---|---|
void |
PreprocessorContext.processOrdLine(java.lang.String key,
java.lang.String val)
This method generates value for the specified key by
performing substitution if needed within the value first.
|
void |
PreprocessorContext.processOrdLine(java.lang.String key,
java.lang.String val,
java.lang.Boolean overwrite)
This method generates value for the specified key by
performing substitution if needed within the value first.
|
void |
PreprocessorContext.processShellCmd(java.lang.String key,
java.lang.String val)
This method generates parameter value by running specified command
|
void |
PreprocessorContext.processShellCmd(java.lang.String key,
java.lang.String val,
java.lang.Boolean overwrite)
This method generates parameter value by running specified command
|
java.lang.String |
PreprocessorContext.substitute(java.lang.String line) |
java.lang.String |
PreprocessorContext.substitute(java.lang.String line,
java.lang.String parentKey) |
Copyright © 2007-2012 The Apache Software Foundation