Package

sparkdeployer

Permalink

package sparkdeployer

Visibility
  1. Public
  2. All

Type Members

  1. class ClusterConf extends AnyRef

    Permalink
  2. class EC2Machines extends Machines with Logging

    Permalink
  3. case class Machine(id: String, name: String, address: String) extends Product with Serializable

    Permalink
  4. sealed trait MachineType extends AnyRef

    Permalink
  5. trait Machines extends AnyRef

    Permalink
  6. class OSMachines extends Machines with Logging

    Permalink
  7. case class SSH(address: String, remoteCommand: Option[String] = None, ttyAllocated: Boolean = false, retryEnabled: Boolean = false, runningMessage: Option[String] = None, errorMessage: Option[String] = None, includeAWSCredentials: Boolean = false)(implicit clusterConf: ClusterConf) extends Logging with Product with Serializable

    Permalink
  8. class SparkDeployer extends Logging

    Permalink

Value Members

  1. object Helpers extends Logging

    Permalink
  2. object Master extends MachineType with Product with Serializable

    Permalink
  3. object SparkDeployer

    Permalink
  4. object Worker extends MachineType with Product with Serializable

    Permalink

Ungrouped