Uses of Class
software.amazon.awscdk.services.glue.alpha.GlueVersion
-
Uses of GlueVersion in software.amazon.awscdk.services.glue.alpha
Modifier and TypeFieldDescriptionstatic final GlueVersion
GlueVersion.V0_9
(experimental) Glue version using Spark 2.2.1 and Python 2.7.static final GlueVersion
GlueVersion.V1_0
(experimental) Glue version using Spark 2.4.3, Python 2.7 and Python 3.6.static final GlueVersion
GlueVersion.V2_0
(experimental) Glue version using Spark 2.4.3 and Python 3.7.static final GlueVersion
GlueVersion.V3_0
(experimental) Glue version using Spark 3.1.1 and Python 3.7.static final GlueVersion
GlueVersion.V4_0
(experimental) Glue version using Spark 3.3.0 and Python 3.10.Modifier and TypeMethodDescriptionJobExecutableConfig.getGlueVersion()
(experimental) Glue version.final GlueVersion
JobExecutableConfig.Jsii$Proxy.getGlueVersion()
PythonRayExecutableProps.getGlueVersion()
(experimental) Glue version.final GlueVersion
PythonRayExecutableProps.Jsii$Proxy.getGlueVersion()
PythonShellExecutableProps.getGlueVersion()
(experimental) Glue version.final GlueVersion
PythonShellExecutableProps.Jsii$Proxy.getGlueVersion()
PythonSparkJobExecutableProps.getGlueVersion()
(experimental) Glue version.final GlueVersion
PythonSparkJobExecutableProps.Jsii$Proxy.getGlueVersion()
ScalaJobExecutableProps.getGlueVersion()
(experimental) Glue version.final GlueVersion
ScalaJobExecutableProps.Jsii$Proxy.getGlueVersion()
static GlueVersion
(experimental) Custom Glue version.Modifier and TypeMethodDescriptionJobExecutableConfig.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofJobExecutableConfig.getGlueVersion()
PythonRayExecutableProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofPythonRayExecutableProps.getGlueVersion()
PythonShellExecutableProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofPythonShellExecutableProps.getGlueVersion()
PythonSparkJobExecutableProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofPythonSparkJobExecutableProps.getGlueVersion()
ScalaJobExecutableProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofScalaJobExecutableProps.getGlueVersion()