Command

class Command

An entity describing an executable that runs on a cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Arguments for Amazon EMR to pass to the command for execution.

Link copied to clipboard
val name: String?

The name of the command.

Link copied to clipboard

The Amazon S3 location of the command script.

Functions

Link copied to clipboard
inline fun copy(block: Command.Builder.() -> Unit = {}): Command
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String