Interface DataprocWorkflowTemplateJobsHadoopJob

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

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

      • getArchiveUris

        @Stability(Stable)
        @Nullable
        default List<String> getArchiveUris()
        Optional.

        HCFS URIs of archives to be extracted in the working directory of Hadoop drivers and tasks. Supported file types: .jar, .tar, .tar.gz, .tgz, or .zip. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#archive_uris DataprocWorkflowTemplate#archive_uris}

      • getArgs

        @Stability(Stable)
        @Nullable
        default List<String> getArgs()
        Optional.

        The arguments to pass to the driver. Do not include arguments, such as `-libjars` or `-Dfoo=bar`, that can be set as job properties, since a collision may occur that causes an incorrect job submission. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#args DataprocWorkflowTemplate#args}

      • getFileUris

        @Stability(Stable)
        @Nullable
        default List<String> getFileUris()
        Optional.

        HCFS (Hadoop Compatible Filesystem) URIs of files to be copied to the working directory of Hadoop drivers and distributed tasks. Useful for naively parallel tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#file_uris DataprocWorkflowTemplate#file_uris}

      • getJarFileUris

        @Stability(Stable)
        @Nullable
        default List<String> getJarFileUris()
        Optional. Jar file URIs to add to the CLASSPATHs of the Hadoop driver and tasks.

        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}

      • getLoggingConfig

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

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

      • getMainClass

        @Stability(Stable)
        @Nullable
        default String getMainClass()
        The name of the driver's main class.

        The jar file containing the class must be in the default CLASSPATH or specified in `jar_file_uris`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#main_class DataprocWorkflowTemplate#main_class}

      • getMainJarFileUri

        @Stability(Stable)
        @Nullable
        default String getMainJarFileUri()
        The HCFS URI of the jar file containing the main class. Examples: 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 'hdfs:/tmp/test-samples/custom-wordcount.jar' 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar'.

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

      • getProperties

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getProperties()
        Optional.

        A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/hadoop/conf/*-site 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}