Package

org.apache.spark

deploy

Permalink

package deploy

Visibility
  1. Public
  2. All

Type Members

  1. case class SingleSlaveRunner(args: Array[String], workingDir: File = new File("."), environment: Map[String, String] = Map(), javaProperties: Map[String, String] = Map()) extends ChildJvmRunner[AnyRef] with Product with Serializable

    Permalink
  2. case class SparkMasterRunner(nodeSettings: EC2NodeSettings, javaProperties: Map[String, String] = Map.empty, sparkProperties: Map[String, String] = Map.empty, hostname: String = ..., maxHeap: Option[String] = Option("4g")) extends EC2Runner[AnyRef] with Logging with Product with Serializable

    Permalink
  3. case class SparkSlaveRunner(master: String, nodeSettings: EC2NodeSettings, hostname: String = ..., cores: Int = 1, memory: String = "4g", numberOfWorkersPerNode: Int = 1, sparkProperties: Map[String, String] = Map.empty, javaProperties: Map[String, String] = Map.empty, environment: Map[String, String] = Map.empty) extends EC2Runner[AnyRef] with Logging with Product with Serializable

    Permalink

Value Members

  1. object SparkMasterRunner extends Serializable

    Permalink
  2. object SparkSlaveRunner extends Logging with Serializable

    Permalink

Ungrouped