Package

com.cloudera.livy

repl

Permalink

package repl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractSparkInterpreter extends Interpreter with Logging

    Permalink
  2. class BypassPySparkJob extends Job[Array[Byte]]

    Permalink
  3. trait Interpreter extends AnyRef

    Permalink
  4. type MimeTypeMap = List[JField]

    Permalink
  5. abstract class ProcessInterpreter extends Interpreter with Logging

    Permalink

    Abstract class that describes an interpreter that is running in a separate process.

    Abstract class that describes an interpreter that is running in a separate process.

    This type is not thread safe, so must be protected by a mutex.

  6. trait PySparkJobProcessor extends AnyRef

    Permalink
  7. case class PythonJobException(message: String) extends Exception with Product with Serializable

    Permalink
  8. class ReplDriver extends RSCDriver with Logging

    Permalink
  9. class Session extends Logging

    Permalink
  10. trait SparkContextInitializer extends Logging

    Permalink

    A mixin trait for Spark entry point creation.

    A mixin trait for Spark entry point creation. This trait exists two different code path separately for Spark1 and Spark2, depends on whether SparkSession exists or not.

  11. class SparkInterpreter extends AbstractSparkInterpreter with SparkContextInitializer

    Permalink

    Scala 2.11 version of SparkInterpreter

  12. class SparkRInterpreter extends ProcessInterpreter

    Permalink

Value Members

  1. val APPLICATION_JSON: String

    Permalink
  2. val APPLICATION_LIVY_TABLE_JSON: String

    Permalink
  3. object AbstractSparkInterpreter

    Permalink
  4. val IMAGE_PNG: String

    Permalink
  5. object Interpreter

    Permalink
  6. object PythonInterpreter extends Logging

    Permalink
  7. object Session

    Permalink
  8. object SparkRInterpreter

    Permalink
  9. val TEXT_PLAIN: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped