Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::PrestoJob (v1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::PrestoJob.
A Dataproc job for running Presto queries. IMPORTANT: The Dataproc Presto Optional Component must be enabled when the cluster is created to submit a Presto job to the cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#client_tags
defclient_tags()->::Array<::String>- (::Array<::String>) — Optional. Presto client tags to attach to this query
#client_tags=
defclient_tags=(value)->::Array<::String>- value (::Array<::String>) — Optional. Presto client tags to attach to this query
- (::Array<::String>) — Optional. Presto client tags to attach to this query
#continue_on_failure
defcontinue_on_failure()->::Boolean-
(::Boolean) — Optional. Whether to continue executing queries if a query fails.
The default value is
false. Setting totruecan be useful when executing independent parallel queries.
#continue_on_failure=
defcontinue_on_failure=(value)->::Boolean-
value (::Boolean) — Optional. Whether to continue executing queries if a query fails.
The default value is
false. Setting totruecan be useful when executing independent parallel queries.
-
(::Boolean) — Optional. Whether to continue executing queries if a query fails.
The default value is
false. Setting totruecan be useful when executing independent parallel queries.
#logging_config
deflogging_config()->::Google::Cloud::Dataproc::V1::LoggingConfig- (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
#logging_config=
deflogging_config=(value)->::Google::Cloud::Dataproc::V1::LoggingConfig- value (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
- (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
#output_format
defoutput_format()->::String- (::String) — Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats
#output_format=
defoutput_format=(value)->::String- value (::String) — Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats
- (::String) — Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats
#properties
defproperties()->::Google::Protobuf::Map{::String=>::String}- (::Google::Protobuf::Map{::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
#properties=
defproperties=(value)->::Google::Protobuf::Map{::String=>::String}- value (::Google::Protobuf::Map{::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
- (::Google::Protobuf::Map{::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
#query_file_uri
defquery_file_uri()->::String-
(::String) — The HCFS URI of the script that contains SQL queries.
Note: The following fields are mutually exclusive:
query_file_uri,query_list. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query_file_uri=
defquery_file_uri=(value)->::String-
value (::String) — The HCFS URI of the script that contains SQL queries.
Note: The following fields are mutually exclusive:
query_file_uri,query_list. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The HCFS URI of the script that contains SQL queries.
Note: The following fields are mutually exclusive:
query_file_uri,query_list. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query_list
defquery_list()->::Google::Cloud::Dataproc::V1::QueryList-
(::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
Note: The following fields are mutually exclusive:
query_list,query_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query_list=
defquery_list=(value)->::Google::Cloud::Dataproc::V1::QueryList-
value (::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
Note: The following fields are mutually exclusive:
query_list,query_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
Note: The following fields are mutually exclusive:
query_list,query_file_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.