Class: Google::Cloud::Dataproc::V1beta2::SparkSqlJob

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb

Overview

A Dataproc job for running Apache Spark SQL queries.

Instance Attribute Summary collapse

Instance Attribute Details

#jar_file_urisArray<String>

Returns Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.

Returns:

  • (Array<String>)

    Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end

#logging_configGoogle::Cloud::Dataproc::V1beta2::LoggingConfig

Returns Optional. The runtime log config for job execution.

Returns:



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end

#propertiesHash{String => String}

Returns 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 may be overwritten.

Returns:

  • (Hash{String => String})

    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 may be overwritten.



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end

#query_file_uriString

Returns The HCFS URI of the script that contains SQL queries.

Returns:

  • (String)

    The HCFS URI of the script that contains SQL queries.



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end

#query_listGoogle::Cloud::Dataproc::V1beta2::QueryList

Returns A list of queries.

Returns:



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end

#script_variablesHash{String => String}

Returns Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).

Returns:

  • (Hash{String => String})

    Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).



263
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 263

class SparkSqlJob; end