com.cloudera.livy

repl

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractSparkInterpreter extends Interpreter with Logging

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

  3. trait Interpreter extends AnyRef

  4. type MimeTypeMap = List[(String, JValue)]

  5. abstract class ProcessInterpreter extends Interpreter with Logging

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

  6. trait PySparkJobProcessor extends AnyRef

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

  8. class ReplDriver extends RSCDriver with Logging

  9. class Session extends Logging

  10. trait SparkContextInitializer extends Logging

    A mixin trait for Spark entry point creation.

  11. class SparkInterpreter extends AbstractSparkInterpreter with SparkContextInitializer

    This represents a Spark interpreter.

  12. class SparkRInterpreter extends ProcessInterpreter

Value Members

  1. val APPLICATION_JSON: String

  2. val APPLICATION_LIVY_TABLE_JSON: String

  3. object AbstractSparkInterpreter

  4. val IMAGE_PNG: String

  5. object Interpreter

  6. object PythonInterpreter extends Logging

  7. object Session

  8. object SparkRInterpreter

  9. val TEXT_PLAIN: String

Inherited from AnyRef

Inherited from Any

Ungrouped