public class PythonScriptEngine extends ScriptEngine
ScriptEngine.SupportedScriptLang
NAMESPACE_SEPARATOR
Constructor and Description |
---|
PythonScriptEngine() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
getParamsFromVariables()
Returns a map from local variable names to their values
|
protected java.lang.String |
getScriptingLang()
Gets ScriptEngine classname or keyword for the scripting language
|
protected java.util.Map<java.lang.String,java.util.List<PigStats>> |
main(PigContext context,
java.lang.String scriptFile)
Actually runs the script file.
|
void |
registerFunctions(java.lang.String path,
java.lang.String namespace,
PigContext pigContext)
Registers scripting language functions as Pig functions with given namespace
|
getInstance, getJarPath, getPigStatsMap, getScriptAsStream, getSupportedScriptLang, run
public void registerFunctions(java.lang.String path, java.lang.String namespace, PigContext pigContext) throws java.io.IOException
ScriptEngine
registerFunctions
in class ScriptEngine
path
- path of the scriptnamespace
- namespace for the functionspigContext
- pigcontext to register functions to pig in the given namespacejava.io.IOException
protected java.util.Map<java.lang.String,java.util.List<PigStats>> main(PigContext context, java.lang.String scriptFile) throws java.io.IOException
ScriptEngine
main
in class ScriptEngine
context
- ScriptPigContext
to run the script filescriptFile
- the filejava.io.IOException
protected java.lang.String getScriptingLang()
ScriptEngine
getScriptingLang
in class ScriptEngine
protected java.util.Map<java.lang.String,java.lang.Object> getParamsFromVariables() throws java.io.IOException
ScriptEngine
getParamsFromVariables
in class ScriptEngine
java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation