package
deploy
Type Members
-
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
-
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
-
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
Value Members
-
-