Task Spark Infrastructure Spec Container Image Args
data class TaskSparkInfrastructureSpecContainerImageArgs(val image: Output<String>? = null, val javaJars: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null, val pythonPackages: Output<List<String>>? = null) : ConvertibleToJava<TaskSparkInfrastructureSpecContainerImageArgs>
Constructors
Properties
Link copied to clipboard
Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties.
Link copied to clipboard
A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz