Package

org.apache.spark

repl

Permalink

package repl

Visibility
  1. Public
  2. All

Type Members

  1. class ConstructorCleaner extends ClassVisitor

    Permalink
  2. class ExecutorClassLoader extends ClassLoader

    Permalink

    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.

    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.

Ungrouped