Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::HiveJob (v0.18.1)
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::HiveJob.
A Dataproc job for running Apache Hive queries on YARN.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#continue_on_failure
defcontinue_on_failure()->::Boolean
Returns
-
(::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
Parameter
-
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.
Returns
-
(::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.
#jar_file_uris
defjar_file_uris()->::Array<::String>
Returns
- (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs.
#jar_file_uris=
defjar_file_uris=(value)->::Array<::String>
Parameter
- value (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs.
Returns
- (::Array<::String>) — Optional. HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs.
#properties
defproperties()->::Google::Protobuf::Map{::String=>::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names and values, used to configure Hive.
Properties that conflict with values set by the Dataproc API may be
overwritten. Can include properties set in
/etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.
#properties=
defproperties=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names and values, used to configure Hive.
Properties that conflict with values set by the Dataproc API may be
overwritten. Can include properties set in
/etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names and values, used to configure Hive.
Properties that conflict with values set by the Dataproc API may be
overwritten. Can include properties set in
/etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.
#query_file_uri
defquery_file_uri()->::String
Returns
- (::String) — The HCFS URI of the script that contains Hive queries.
#query_file_uri=
defquery_file_uri=(value)->::String
Parameter
- value (::String) — The HCFS URI of the script that contains Hive queries.
Returns
- (::String) — The HCFS URI of the script that contains Hive queries.
#query_list
defquery_list()->::Google::Cloud::Dataproc::V1::QueryList
Returns
- (::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
#query_list=
defquery_list=(value)->::Google::Cloud::Dataproc::V1::QueryList
Parameter
- value (::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
Returns
- (::Google::Cloud::Dataproc::V1::QueryList) — A list of queries.
#script_variables
defscript_variables()->::Google::Protobuf::Map{::String=>::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Hive command:
SET name="value";).
#script_variables=
defscript_variables=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Hive command:
SET name="value";).
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the
Hive command:
SET name="value";).