Interface DataprocJobSparksqlConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataprocJobSparksqlConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.744Z")
    @Stability(Stable)
    public interface DataprocJobSparksqlConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getJarFileUris

        @Stability(Stable)
        @Nullable
        default List<String> getJarFileUris()
        HCFS URIs of jar files to be added to the Spark CLASSPATH.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#jar_file_uris DataprocJob#jar_file_uris}

      • getLoggingConfig

        @Stability(Stable)
        @Nullable
        default DataprocJobSparksqlConfigLoggingConfig getLoggingConfig()
        logging_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#logging_config DataprocJob#logging_config}

      • getProperties

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getProperties()
        A mapping of property names to values, used to configure Spark SQL's SparkConf.

        Properties that conflict with values set by the Cloud Dataproc API may be overwritten. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#properties DataprocJob#properties}

      • getQueryFileUri

        @Stability(Stable)
        @Nullable
        default String getQueryFileUri()
        The HCFS URI of the script that contains SQL queries. Conflicts with query_list.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#query_file_uri DataprocJob#query_file_uri}

      • getQueryList

        @Stability(Stable)
        @Nullable
        default List<String> getQueryList()
        The list of SQL queries or statements to execute as part of the job. Conflicts with query_file_uri.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#query_list DataprocJob#query_list}

      • getScriptVariables

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getScriptVariables()
        Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#script_variables DataprocJob#script_variables}