public class JrubyScriptEngine extends ScriptEngine
ScriptEngine.SupportedScriptLang
Modifier and Type | Field and Description |
---|---|
protected static org.jruby.embed.ScriptingContainer |
rubyEngine |
NAMESPACE_SEPARATOR
Constructor and Description |
---|
JrubyScriptEngine() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
getParamsFromVariables()
Returns a map from local variable names to their values
|
protected String |
getScriptingLang()
Gets ScriptEngine classname or keyword for the scripting language
|
protected Map<String,List<PigStats>> |
main(PigContext pigContext,
String scriptFile)
Actually runs the script file.
|
void |
registerFunctions(String path,
String namespace,
PigContext pigContext)
Evaluates the script containing ruby udfs to determine what udfs are defined as well as
what libaries and other external resources are necessary.
|
getInstance, getJarPath, getPigStatsMap, getScriptAsStream, getSupportedScriptLang, run
public void registerFunctions(String path, String namespace, PigContext pigContext) throws IOException
registerFunctions
in class ScriptEngine
path
- path of the scriptnamespace
- namespace for the functionspigContext
- pigcontext to register functions to pig in the given namespaceIOException
protected Map<String,List<PigStats>> main(PigContext pigContext, String scriptFile) throws IOException
ScriptEngine
main
in class ScriptEngine
pigContext
- ScriptPigContext
to run the script filescriptFile
- the fileIOException
protected String getScriptingLang()
ScriptEngine
getScriptingLang
in class ScriptEngine
protected Map<String,Object> getParamsFromVariables() throws IOException
ScriptEngine
getParamsFromVariables
in class ScriptEngine
IOException
Copyright © 2007-2017 The Apache Software Foundation