Package | Description |
---|---|
org.apache.giraph.scripting |
Scripting with Giraph.
|
Modifier and Type | Method and Description |
---|---|
static List<DeployedScript> |
ScriptLoader.getLoadedScripts()
Get list of scripts already loaded.
|
static List<DeployedScript> |
ScriptLoader.getScriptsToLoad(org.apache.hadoop.conf.Configuration conf)
Get the list of scripts to load on workers
|
Modifier and Type | Method and Description |
---|---|
static void |
ScriptLoader.addScriptToLoad(org.apache.hadoop.conf.Configuration conf,
DeployedScript script)
Add a script to load on workers
|
static void |
ScriptLoader.loadScript(org.apache.hadoop.conf.Configuration conf,
DeployedScript deployedScript)
Load a single deployed script
|
static void |
ScriptLoader.setScriptsToLoad(org.apache.hadoop.conf.Configuration conf,
DeployedScript... scripts)
Deploy scripts
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.