Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::SparkSqlJob.
A Dataproc job for running Apache Spark SQL queries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jar_file_uris
def jar_file_uris() -> ::Array<::String>
- (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
#jar_file_uris=
def jar_file_uris=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
- (::Array<::String>) — Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
#logging_config
def logging_config() -> ::Google::Cloud::Dataproc::V1::LoggingConfig
- (::Google::Cloud::Dataproc::V1::LoggingConfig) — Optional. The runtime log config for job execution.
#logging_config=
def logging_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.
#properties
def properties() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::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 might be overwritten.
#properties=
def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::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 might be overwritten.
- (::Google::Protobuf::Map{::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 might be overwritten.
#query_file_uri
def query_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=
def query_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
def query_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=
def query_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.
#script_variables
def script_variables() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Spark SQL command: SET
name="value";
).
#script_variables=
def script_variables=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Spark SQL command: SET
name="value";
).
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Spark SQL command: SET
name="value";
).