Executor

object Executor
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
class DATAPROC(project: String, region: String, endpoint: String, cluster_name: String, sp: List[SPARK_CONF]) extends Executor
case
class KUBERNETES(imageName: String, nameSpace: String, envVar: Map[String, Option[String]], containerName: String, entryPoint: Option[String], restartPolicy: Option[String]) extends Executor
case
class LIVY(url: String) extends Executor
case
object LOCAL extends Executor
case
class LOCAL_SUBPROCESS(script_path: String, heap_min_memory: String, heap_max_memory: String) extends Executor
case
class SPARK_CONF(key: String, value: String)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror