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

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

There is a newer version: v1-rev20240821-2.0.0
Show newest version






SparkSqlJob (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class SparkSqlJob

    • Constructor Detail

      • SparkSqlJob

        public SparkSqlJob()
    • Method Detail

      • getJarFileUris

        public List<String> getJarFileUris()
        Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
        Returns:
        value or null for none
      • setJarFileUris

        public SparkSqlJob setJarFileUris(List<String> jarFileUris)
        Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
        Parameters:
        jarFileUris - jarFileUris or null for none
      • getLoggingConfig

        public LoggingConfig getLoggingConfig()
        Optional. The runtime log config for job execution.
        Returns:
        value or null for none
      • setLoggingConfig

        public SparkSqlJob setLoggingConfig(LoggingConfig loggingConfig)
        Optional. The runtime log config for job execution.
        Parameters:
        loggingConfig - loggingConfig or null for none
      • getProperties

        public Map<String,String> getProperties()
        Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API might be overwritten.
        Returns:
        value or null for none
      • setProperties

        public SparkSqlJob setProperties(Map<String,String> properties)
        Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API might be overwritten.
        Parameters:
        properties - properties or null for none
      • getQueryFileUri

        public String getQueryFileUri()
        The HCFS URI of the script that contains SQL queries.
        Returns:
        value or null for none
      • setQueryFileUri

        public SparkSqlJob setQueryFileUri(String queryFileUri)
        The HCFS URI of the script that contains SQL queries.
        Parameters:
        queryFileUri - queryFileUri or null for none
      • getQueryList

        public QueryList getQueryList()
        A list of queries.
        Returns:
        value or null for none
      • setQueryList

        public SparkSqlJob setQueryList(QueryList queryList)
        A list of queries.
        Parameters:
        queryList - queryList or null for none
      • getScriptVariables

        public Map<String,String> getScriptVariables()
        Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
        Returns:
        value or null for none
      • setScriptVariables

        public SparkSqlJob setScriptVariables(Map<String,String> scriptVariables)
        Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
        Parameters:
        scriptVariables - scriptVariables or null for none
      • set

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

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy