Job
glue.services.k8s.aws/v1alpha1
Type | Link |
---|---|
GoDoc | glue-controller/apis/v1alpha1#Job |
Metadata
Property | Value |
---|---|
Scope | Namespaced |
Kind | Job |
ListKind | JobList |
Plural | jobs |
Singular | job |
Specifies a job definition.
Spec
codeGenConfigurationNodes: {}
command:
name: string
pythonVersion: string
runtime: string
scriptLocation: string
connections:
connections:
- string
defaultArguments: {}
description: string
executionClass: string
executionProperty:
maxConcurrentRuns: integer
glueVersion: string
jobMode: string
jobRunQueuingEnabled: boolean
logURI: string
maintenanceWindow: string
maxCapacity: number
maxRetries: integer
name: string
nonOverridableArguments: {}
notificationProperty:
notifyDelayAfter: integer
numberOfWorkers: integer
role: string
roleRef:
from:
name: string
namespace: string
securityConfiguration: string
sourceControlDetails:
authStrategy: string
authToken: string
branch: string
folder: string
lastCommitID: string
owner: string
provider: string
repository: string
tags: {}
timeout: integer
workerType: string
Field | Description |
---|---|
codeGenConfigurationNodes Optional | object The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based. |
command Required | object The JobCommand that runs this job. |
command.name Optional | string |
command.pythonVersion Optional | string |
command.runtime Optional | string |
command.scriptLocation Optional | string |
connections Optional | object The connections used for this job. |
connections.connections Optional | array |
connections.connections.[] Required | string |
description Optional | string Description of the job being defined. Regex Pattern: ^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*$ |
executionClass Optional | string 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 flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs. |
executionProperty Optional | object An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
executionProperty.maxConcurrentRuns Optional | integer |
glueVersion Optional | string 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. Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command. For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version (https://docs.aws.amazon.com/glue/latest/dg/add-job.html) in the developer guide. Jobs that are created without specifying a Glue version default to Glue 0.9. Regex Pattern: ^\w+\.\w+$ |
jobMode Optional | string A mode that describes how a job was created. Valid values are: * SCRIPT - The job was created using the Glue Studio script editor. * VISUAL - The job was created using the Glue Studio visual editor. * NOTEBOOK - The job was created using an interactive sessions notebook. When the JobMode field is missing or null, SCRIPT is assigned as the default value. |
jobRunQueuingEnabled Optional | boolean Specifies whether job run queuing is enabled for the job runs for this job. A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing. If this field does not match the value set in the job run, then the value from the job run field will be used. |
logURI Optional | string This field is reserved for future use. |
maintenanceWindow Optional | string 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. Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT. Regex Pattern: `^(Sun |
maxCapacity Optional | number 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 (https://aws.amazon.com/glue/pricing/). For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers. Do not set MaxCapacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job: * When you specify a Python shell job (JobCommand.Name=“pythonshell”), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. * When you specify an Apache Spark ETL job (JobCommand.Name=“glueetl”) or Apache Spark streaming ETL job (JobCommand.Name=“gluestreaming”), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation. |
maxRetries Optional | integer The maximum number of times to retry this job if it fails. |
name Required | string The name you assign to this job definition. It must be unique in your account. Regex Pattern: ^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*$ |
nonOverridableArguments Optional | object Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs. |
notificationProperty Optional | object Specifies configuration properties of a job notification. |
notificationProperty.notifyDelayAfter Optional | integer |
numberOfWorkers Optional | integer The number of workers of a defined workerType that are allocated when a job runs. |
role Optional | string The name or Amazon Resource Name (ARN) of the IAM role associated with this job. |
roleRef Optional | object AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference type to provide more user friendly syntax for references using ‘from’ field Ex: APIIDRef: from: name: my-api |
roleRef.from Optional | object AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name) |
roleRef.from.name Optional | string |
roleRef.from.namespace Optional | string |
securityConfiguration Optional | string The name of the SecurityConfiguration structure to be used with this job. Regex Pattern: ^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*$ |
sourceControlDetails Optional | object The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository. |
sourceControlDetails.authStrategy Optional | string |
sourceControlDetails.authToken Optional | string |
sourceControlDetails.branch Optional | string |
sourceControlDetails.folder Optional | string |
sourceControlDetails.lastCommitID Optional | string |
sourceControlDetails.owner Optional | string |
sourceControlDetails.provider Optional | string |
sourceControlDetails.repository Optional | string |
tags Optional | object |
timeout Optional | integer The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days. |
workerType Optional | string 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. * For the G.1X worker type, each worker maps to 1 DPU (4 vCPUs, 16 GB of memory) with 84GB disk (approximately 34GB free), and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs. * For the G.2X worker type, each worker maps to 2 DPU (8 vCPUs, 32 GB of memory) with 128GB disk (approximately 77GB free), and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs. * For the G.4X worker type, each worker maps to 4 DPU (16 vCPUs, 64 GB of memory) with 256GB disk (approximately 235GB free), and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later Spark ETL jobs in the following Amazon Web Services Regions: US East (Ohio), US East (N. Virginia), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Canada (Central), Europe (Frankfurt), Europe (Ireland), and Europe (Stockholm). * For the G.8X worker type, each worker maps to 8 DPU (32 vCPUs, 128 GB of memory) with 512GB disk (approximately 487GB free), and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later Spark ETL jobs, in the same Amazon Web Services Regions as supported for the G.4X worker type. * For the G.025X worker type, each worker maps to 0.25 DPU (2 vCPUs, 4 GB of memory) with 84GB disk (approximately 34GB free), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs. * For the Z.2X worker type, each worker maps to 2 M-DPU (8vCPUs, 64 GB of memory) with 128 GB disk (approximately 120GB free), and provides up to 8 Ray workers based on the autoscaler. |
Status
ackResourceMetadata:
arn: string
ownerAccountID: string
region: string
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
Field | Description |
---|---|
ackResourceMetadata Optional | object All CRs managed by ACK have a common Status.ACKResourceMetadata memberthat is used to contain resource sync state, account ownership, constructed ARN for the resource |
ackResourceMetadata.arn Optional | string ARN is the Amazon Resource Name for the resource. This is a globally-unique identifier and is set only by the ACK service controller once the controller has orchestrated the creation of the resource OR when it has verified that an “adopted” resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR’s Spec field values. https://github.com/aws/aws-controllers-k8s/issues/270 |
ackResourceMetadata.ownerAccountID Required | string OwnerAccountID is the AWS Account ID of the account that owns the backend AWS service API resource. |
ackResourceMetadata.region Required | string Region is the AWS region in which the resource exists or will exist. |
conditions Optional | array All CRs managed by ACK have a common Status.Conditions member thatcontains a collection of ackv1alpha1.Condition objects that describethe various terminal states of the CR and its backend AWS service API resource |
conditions.[] Required | object Condition is the common struct used by all CRDs managed by ACK service |
controllers to indicate terminal states of the CR and its backend AWS | |
service API resource | |
conditions.[].message Optional | string A human readable message indicating details about the transition. |
conditions.[].reason Optional | string The reason for the condition’s last transition. |
conditions.[].status Optional | string Status of the condition, one of True, False, Unknown. |
conditions.[].type Optional | string Type is the type of the Condition |