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 with Logging

    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.

  3. class SparkILoop extends ILoop

    Permalink

    A Spark-specific interactive shell.

Value Members

  1. object Main extends Logging

    Permalink
  2. object SparkILoop

    Permalink

Ungrouped