package
emr
Type Members
-
-
-
-
-
case class
BootstrapScript(name: String, path: String, args: Seq[String] = collection.this.Seq.empty[Nothing]) extends BootstrapAction with Product with Serializable
-
class
Cluster[M, C, T] extends AnyRef
-
-
-
sealed abstract
class
CoreDef extends AnyRef
-
-
class
Emr extends AnyRef
-
-
case class
HiveStep(version: String, script: String, args: Map[String, String]) extends JobStep with Product with Serializable
-
case class
InstallHive(version: String) extends AbstractScriptStep with Product with Serializable
-
abstract
class
InstanceGroup extends AnyRef
-
case class
JarStep(jar: String, mainClass: Option[String] = scala.None, args: Seq[String] = collection.this.Seq.empty[Nothing]) extends AbstractJarStep with Product with Serializable
-
case class
JobFlow(name: String, cluster: RunnableCluster, steps: Seq[JobStep], bootstrap: Seq[BootstrapAction] = collection.this.Seq.empty[Nothing], keepAlive: Boolean = false, terminationProtection: Boolean = false, tags: Seq[(String, String)] = ...) extends Product with Serializable
-
trait
JobStep extends AnyRef
-
-
sealed abstract
class
MasterDef extends AnyRef
-
-
-
case class
ScriptStep(script: String, scriptArgs: Seq[String] = collection.this.Seq.empty[Nothing]) extends AbstractScriptStep with Product with Serializable
-
-
-
sealed abstract
class
TaskDef extends AnyRef
-
sealed abstract
class
UnspecifiedDef extends AnyRef
Value Members
-
-
object
Emr
-
-
-
-
-
-
implicit
val
defaultBidProvider: BidProvider
-
-
implicit
lazy val
s3: S3
Inherited from AnyRef
Inherited from Any