Application

With Amazon EMR release version 4.0 and later, the only accepted parameter is the application name. To pass arguments to applications, you use configuration classifications specified using configuration JSON objects. For more information, see Configuring Applications.

With earlier Amazon EMR releases, the application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument.

Types

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

Properties

Link copied to clipboard

This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

Link copied to clipboard

Arguments for Amazon EMR to pass to the application.

Link copied to clipboard
val name: String?

The name of the application.

Link copied to clipboard

The version of the application.

Functions

Link copied to clipboard
inline fun copy(block: Application.Builder.() -> Unit = {}): Application
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