Class: Google::Cloud::Dataproc::V1::PrestoJob

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

Overview

A Dataproc job for running Presto queries

Instance Attribute Summary collapse

Instance Attribute Details

#client_tagsArray<String>

Returns Optional. Presto client tags to attach to this query.

Returns:

  • (Array<String>)

    Optional. Presto client tags to attach to this query



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end

#continue_on_failuretrue, false

Returns 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.

Returns:

  • (true, false)

    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.



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end

#logging_configGoogle::Cloud::Dataproc::V1::LoggingConfig

Returns Optional. The runtime log config for job execution.

Returns:



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end

#output_formatString

Returns Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats.

Returns:

  • (String)

    Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end

#propertiesHash{String => String}

Returns Optional. A mapping of property names to values. Used to set Presto session properties Equivalent to using the --session flag in the Presto CLI.

Returns:

  • (Hash{String => String})

    Optional. A mapping of property names to values. Used to set Presto session properties Equivalent to using the --session flag in the Presto CLI



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; 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.



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end

#query_listGoogle::Cloud::Dataproc::V1::QueryList

Returns A list of queries.

Returns:



351
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 351

class PrestoJob; end