Class DataprocWorkflowTemplateJobsHiveJob.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getContinueOnFailure

        public final Object getContinueOnFailure()
        Description copied from interface: DataprocWorkflowTemplateJobsHiveJob
        Optional.

        Whether to continue executing queries if a query fails. The default value is `false`. Setting to `true` can be useful when executing independent parallel queries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#continue_on_failure DataprocWorkflowTemplate#continue_on_failure}

        Specified by:
        getContinueOnFailure in interface DataprocWorkflowTemplateJobsHiveJob
      • getJarFileUris

        public final List<String> getJarFileUris()
        Description copied from interface: DataprocWorkflowTemplateJobsHiveJob
        Optional.

        HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#jar_file_uris DataprocWorkflowTemplate#jar_file_uris}

        Specified by:
        getJarFileUris in interface DataprocWorkflowTemplateJobsHiveJob
      • getProperties

        public final Map<String,​String> getProperties()
        Description copied from interface: DataprocWorkflowTemplateJobsHiveJob
        Optional.

        A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}

        Specified by:
        getProperties in interface DataprocWorkflowTemplateJobsHiveJob
      • getQueryFileUri

        public final String getQueryFileUri()
        Description copied from interface: DataprocWorkflowTemplateJobsHiveJob
        The HCFS URI of the script that contains Hive queries.

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

        Specified by:
        getQueryFileUri in interface DataprocWorkflowTemplateJobsHiveJob
      • getScriptVariables

        public final Map<String,​String> getScriptVariables()
        Description copied from interface: DataprocWorkflowTemplateJobsHiveJob
        Optional. Mapping of query variable names to values (equivalent to the Hive command: SET name="value";).

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

        Specified by:
        getScriptVariables in interface DataprocWorkflowTemplateJobsHiveJob
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object