classExecutorClassLoader extends ClassLoader with internal.Logging
A ClassLoader that reads classes from a Hadoop FileSystem or HTTP URI,
used to load classes defined by the interpreter when the REPL is used.
Allows the user to specify if user class path should be first.
This class loader delegates getting/finding resources to parent loader,
which makes sense until REPL never provide resource dynamically.
A ClassLoader that reads classes from a Hadoop FileSystem or HTTP URI, used to load classes defined by the interpreter when the REPL is used. Allows the user to specify if user class path should be first. This class loader delegates getting/finding resources to parent loader, which makes sense until REPL never provide resource dynamically.