String applicationId
The ID of the application.
String name
The name of the application.
String arn
The ARN of the application.
String releaseLabel
The Amazon EMR release associated with the application.
String type
The type of application, such as Spark or Hive.
String state
The state of the application.
String stateDetails
The state details of the application.
Map<K,V> initialCapacity
The initial capacity of the application.
MaximumAllowedResources maximumCapacity
The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.
Date createdAt
The date and time when the application run was created.
Date updatedAt
The date and time when the application run was last updated.
Map<K,V> tags
The tags assigned to the application.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
The network configuration for customer VPC connectivity for the application.
String architecture
The CPU architecture of an application.
ImageConfiguration imageConfiguration
The image configuration applied to all worker types.
Map<K,V> workerTypeSpecifications
The specification applied to each worker type.
List<E> runtimeConfiguration
The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
MonitoringConfiguration monitoringConfiguration
String id
The ID of the application.
String name
The name of the application.
String arn
The ARN of the application.
String releaseLabel
The Amazon EMR release associated with the application.
String type
The type of application, such as Spark or Hive.
String state
The state of the application.
String stateDetails
The state details of the application.
Date createdAt
The date and time when the application was created.
Date updatedAt
The date and time when the application was last updated.
String architecture
The CPU architecture of an application.
Boolean enabled
Enables the application to automatically start on job submission. Defaults to true.
Boolean enabled
Enables CloudWatch logging.
String logGroupName
The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
String logStreamNamePrefix
Prefix for the CloudWatch log stream name.
String encryptionKeyArn
The Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.
Map<K,V> logTypes
The types of logs that you want to publish to CloudWatch. If you don't specify any log types, driver STDOUT and STDERR logs will be published to CloudWatch Logs by default. For more information including the supported worker types for Hive and Spark, see Logging for EMR Serverless with CloudWatch.
Key Valid Values: SPARK_DRIVER, SPARK_EXECUTOR, HIVE_DRIVER,
TEZ_TASK
Array Members Valid Values: STDOUT, STDERR, HIVE_LOG,
TEZ_AM, SYSTEM_LOGS
List<E> applicationConfiguration
The override configurations for the application.
MonitoringConfiguration monitoringConfiguration
The override configurations for monitoring.
String name
The name of the application.
String releaseLabel
The Amazon EMR release associated with the application.
String type
The type of application you want to start, such as Spark or Hive.
String clientToken
The client idempotency token of the application to create. Its value must be unique for each request.
Map<K,V> initialCapacity
The capacity to initialize when the application is created.
MaximumAllowedResources maximumCapacity
The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.
Map<K,V> tags
The tags assigned to the application.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
The network configuration for customer VPC connectivity.
String architecture
The CPU architecture of an application.
ImageConfigurationInput imageConfiguration
The image configuration for all worker types. You can either set this parameter or
imageConfiguration for each worker type in workerTypeSpecifications.
Map<K,V> workerTypeSpecifications
The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must
contain all valid worker types for a Spark or Hive application. Valid worker types include Driver
and Executor for Spark applications and HiveDriver and TezTask for Hive
applications. You can either set image details in this parameter for each worker type, or in
imageConfiguration for all worker types.
List<E> runtimeConfiguration
The Configuration specifications to use when creating an application. Each configuration consists of a classification and properties. This configuration is applied to all the job runs submitted under the application.
MonitoringConfiguration monitoringConfiguration
The configuration setting for monitoring.
String applicationId
The ID of the application that will be deleted.
String applicationId
The ID of the application that will be described.
Application application
The output displays information about the specified application.
String url
The URL to view job run's dashboard.
JobRun jobRun
The output displays information about the job run.
String imageUri
The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
Long workerCount
The number of workers in the initial capacity configuration.
WorkerResourceConfig workerConfiguration
The resource configuration of the initial capacity configuration.
SparkSubmit sparkSubmit
The job driver parameters specified for Spark.
Hive hive
The job driver parameters specified for Hive.
String applicationId
The ID of the application the job is running on.
String jobRunId
The ID of the job run.
String name
The optional job run name. This doesn't have to be unique.
String arn
The execution role ARN of the job run.
String createdBy
The user who created the job run.
Date createdAt
The date and time when the job run was created.
Date updatedAt
The date and time when the job run was updated.
String executionRole
The execution role ARN of the job run.
String state
The state of the job run.
String stateDetails
The state details of the job run.
String releaseLabel
The Amazon EMR release associated with the application your job is running on.
ConfigurationOverrides configurationOverrides
The configuration settings that are used to override default configuration.
JobDriver jobDriver
The job driver for the job run.
Map<K,V> tags
The tags assigned to the job run.
TotalResourceUtilization totalResourceUtilization
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.
NetworkConfiguration networkConfiguration
Integer totalExecutionDurationSeconds
The job run total execution duration in seconds. This field is only available for job runs in a
COMPLETED, FAILED, or CANCELLED state.
Long executionTimeoutMinutes
Returns the job run timeout value from the StartJobRun call. If no timeout was specified, then it
returns the default timeout of 720 minutes.
ResourceUtilization billedResourceUtilization
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.
String applicationId
The ID of the application the job is running on.
String id
The ID of the job run.
String name
The optional job run name. This doesn't have to be unique.
String arn
The ARN of the job run.
String createdBy
The user who created the job run.
Date createdAt
The date and time when the job run was created.
Date updatedAt
The date and time when the job run was last updated.
String executionRole
The execution role ARN of the job run.
String state
The state of the job run.
String stateDetails
The state details of the job run.
String releaseLabel
The Amazon EMR release associated with the application your job is running on.
String type
The type of job run, such as Spark or Hive.
String nextToken
The token for the next set of application results.
Integer maxResults
The maximum number of applications that can be listed.
List<E> states
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
String applicationId
The ID of the application for which to list the job run.
String nextToken
The token for the next set of job run results.
Integer maxResults
The maximum number of job runs that can be listed.
Date createdAtAfter
The lower bound of the option to filter by creation date and time.
Date createdAtBefore
The upper bound of the option to filter by creation date and time.
List<E> states
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
String resourceArn
The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
S3MonitoringConfiguration s3MonitoringConfiguration
The Amazon S3 configuration for monitoring log publishing.
ManagedPersistenceMonitoringConfiguration managedPersistenceMonitoringConfiguration
The managed log persistence configuration for a job run.
CloudWatchLoggingConfiguration cloudWatchLoggingConfiguration
The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.
Double vCPUHour
The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.
Double memoryGBHour
The aggregated memory used per hour from the time the job starts executing until the job is terminated.
Double storageGBHour
The aggregated storage used per hour from the time the job starts executing until the job is terminated.
String applicationId
The ID of the application to start.
String applicationId
The ID of the application on which to run the job.
String clientToken
The client idempotency token of the job run to start. Its value must be unique for each request.
String executionRoleArn
The execution role ARN for the job run.
JobDriver jobDriver
The job driver for the job run.
ConfigurationOverrides configurationOverrides
The configuration overrides for the job run.
Map<K,V> tags
The tags assigned to the job run.
Long executionTimeoutMinutes
The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.
String name
The optional job run name. This doesn't have to be unique.
String applicationId
The ID of the application to stop.
Double vCPUHour
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
Double memoryGBHour
The aggregated memory used per hour from the time job start executing till the time job is terminated.
Double storageGBHour
The aggregated storage used per hour from the time job start executing till the time job is terminated.
String applicationId
The ID of the application to update.
String clientToken
The client idempotency token of the application to update. Its value must be unique for each request.
Map<K,V> initialCapacity
The capacity to initialize when the application is updated.
MaximumAllowedResources maximumCapacity
The maximum capacity to allocate when the application is updated. This is cumulative across all workers at any given point in time during the lifespan of the application. No new resources will be created once any one of the defined limits is hit.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
String architecture
The CPU architecture of an application.
ImageConfigurationInput imageConfiguration
The image configuration to be used for all worker types. You can either set this parameter or
imageConfiguration for each worker type in WorkerTypeSpecificationInput.
Map<K,V> workerTypeSpecifications
The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must
contain all valid worker types for a Spark or Hive application. Valid worker types include Driver
and Executor for Spark applications and HiveDriver and TezTask for Hive
applications. You can either set image details in this parameter for each worker type, or in
imageConfiguration for all worker types.
String releaseLabel
The Amazon EMR release label for the application. You can change the release label to use a different release of Amazon EMR.
List<E> runtimeConfiguration
The Configuration specifications to use when updating an application. Each configuration consists of a classification and properties. This configuration is applied across all the job runs submitted under the application.
MonitoringConfiguration monitoringConfiguration
The configuration setting for monitoring.
Application application
Information about the updated application.
ImageConfiguration imageConfiguration
The image configuration for a worker type.
ImageConfigurationInput imageConfiguration
The image configuration for a worker type.
Copyright © 2024. All rights reserved.