| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutable |
JobProps.getExecutable()
(experimental) The job's executable properties.
|
JobExecutable |
JobProps.Jsii$Proxy.getExecutable() |
static JobExecutable |
JobExecutable.of(JobExecutableConfig config)
(experimental) Create a custom JobExecutable.
|
static JobExecutable |
JobExecutable.pythonEtl(PythonSparkJobExecutableProps props)
(experimental) Create Python executable props for Apache Spark ETL job.
|
static JobExecutable |
JobExecutable.pythonShell(PythonShellExecutableProps props)
(experimental) Create Python executable props for python shell jobs.
|
static JobExecutable |
JobExecutable.pythonStreaming(PythonSparkJobExecutableProps props)
(experimental) Create Python executable props for Apache Spark Streaming job.
|
static JobExecutable |
JobExecutable.scalaEtl(ScalaJobExecutableProps props)
(experimental) Create Scala executable props for Apache Spark ETL job.
|
static JobExecutable |
JobExecutable.scalaStreaming(ScalaJobExecutableProps props)
(experimental) Create Scala executable props for Apache Spark Streaming job.
|
| Modifier and Type | Method and Description |
|---|---|
JobProps.Builder |
JobProps.Builder.executable(JobExecutable executable)
Sets the value of
JobProps.getExecutable() |
Job.Builder |
Job.Builder.executable(JobExecutable executable)
(experimental) The job's executable properties.
|
Copyright © 2022. All rights reserved.