Google Cloud Dataplex V1Task Infrastructure Spec Container Image Runtime Args
data class GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeArgs(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<GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeArgs>
Container Image Runtime Configuration used with Batch execution.
Constructors
Properties
Link copied to clipboard
Optional. 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 (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
Link copied to clipboard
Optional. 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