All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.SparkBatch.html Maven / Gradle / Ivy







SparkBatch (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class SparkBatch

    • Constructor Detail

      • SparkBatch

        public SparkBatch()
    • Method Detail

      • getArchiveUris

        public List<String> getArchiveUris()
        Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
        Returns:
        value or null for none
      • setArchiveUris

        public SparkBatch setArchiveUris(List<String> archiveUris)
        Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
        Parameters:
        archiveUris - archiveUris or null for none
      • getArgs

        public List<String> getArgs()
        Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
        Returns:
        value or null for none
      • setArgs

        public SparkBatch setArgs(List<String> args)
        Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.
        Parameters:
        args - args or null for none
      • getFileUris

        public List<String> getFileUris()
        Optional. HCFS URIs of files to be placed in the working directory of each executor.
        Returns:
        value or null for none
      • setFileUris

        public SparkBatch setFileUris(List<String> fileUris)
        Optional. HCFS URIs of files to be placed in the working directory of each executor.
        Parameters:
        fileUris - fileUris or null for none
      • getJarFileUris

        public List<String> getJarFileUris()
        Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
        Returns:
        value or null for none
      • setJarFileUris

        public SparkBatch setJarFileUris(List<String> jarFileUris)
        Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.
        Parameters:
        jarFileUris - jarFileUris or null for none
      • getMainClass

        public String getMainClass()
        Optional. The name of the driver main class. The jar file that contains the class must be in the classpath or specified in jar_file_uris.
        Returns:
        value or null for none
      • setMainClass

        public SparkBatch setMainClass(String mainClass)
        Optional. The name of the driver main class. The jar file that contains the class must be in the classpath or specified in jar_file_uris.
        Parameters:
        mainClass - mainClass or null for none
      • getMainJarFileUri

        public String getMainJarFileUri()
        Optional. The HCFS URI of the jar file that contains the main class.
        Returns:
        value or null for none
      • setMainJarFileUri

        public SparkBatch setMainJarFileUri(String mainJarFileUri)
        Optional. The HCFS URI of the jar file that contains the main class.
        Parameters:
        mainJarFileUri - mainJarFileUri or null for none
      • set

        public SparkBatch set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public SparkBatch clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy