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