Runs an instance of the shell.
Sets the mode for this job, updates jobConf with hadoop arguments and returns all the non-hadoop arguments.
Sets the mode for this job, updates jobConf with hadoop arguments and returns all the non-hadoop arguments.
from the command line.
a Mode for the job (e.g. local, hdfs), config and the non-hadoop params
The main entry point for executing the REPL.
The main entry point for executing the REPL.
This method is lifted from scala.tools.nsc.MainGenericRunner and modified to allow for custom functionality, including determining at runtime if the REPL is running, and making custom REPL colon-commands available to the user.
passed from the command line.
true
if execution was successful, false
otherwise.
An instance of the Scala REPL the user will interact with.
An instance of the Scala REPL the user will interact with.