JobRun
Contains information about a job run.
Types
Properties
This field is deprecated. Use MaxCapacity
instead.
The date and time that this job run completed.
This field can be set for either job runs with execution class FLEX
or when Auto Scaling is enabled, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X
, 2 for G.2X
, or 0.25 for G.025X
workers). This value may be different than the executionEngineRuntime
* MaxCapacity
as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity
. Therefore, it is possible that the value of DPUSeconds
is less than executionEngineRuntime
* MaxCapacity
.
An error message associated with this job run.
Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.
The amount of time (in seconds) that the job run consumed resources.
In Spark jobs, GlueVersion
determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.
Specifies whether job run queuing is enabled for the job run.
The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see Glue Job Run Statuses.
The last time that this job run was modified.
The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using KMS. This name can be /aws-glue/jobs/
, in which case the default encryption is NONE
. If you add a role name and SecurityConfiguration
name (in other words, /aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/
), then that security configuration is used to encrypt the log group.
This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.
For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.
Specifies configuration properties of a job run notification.
The number of workers of a defined workerType
that are allocated when a job runs.
A list of predecessors to this job run.
The ID of the previous run of this job. For example, the JobRunId
specified in the StartJobRun
action.
The name of an Glue usage profile associated with the job run.
The name of the SecurityConfiguration
structure to be used with this job run.
This field holds details that pertain to the state of a job run. The field is nullable.
The name of the trigger that started this job run.
The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.