Class: Google::Cloud::Dataproc::V1::HiveJob
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::HiveJob
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
A Cloud Dataproc job for running Apache Hive queries on YARN.
Instance Attribute Summary collapse
-
#continue_on_failure ⇒ true, false
Optional.
-
#jar_file_uris ⇒ Array<String>
Optional.
-
#properties ⇒ Hash{String => String}
Optional.
-
#query_file_uri ⇒ String
The HCFS URI of the script that contains Hive queries.
-
#query_list ⇒ Google::Cloud::Dataproc::V1::QueryList
A list of queries.
-
#script_variables ⇒ Hash{String => String}
Optional.
Instance Attribute Details
#continue_on_failure ⇒ true, 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.
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |
#jar_file_uris ⇒ Array<String>
Returns 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.
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |
#properties ⇒ Hash{String => String}
Returns Optional. A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Cloud 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.
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |
#query_file_uri ⇒ String
Returns The HCFS URI of the script that contains Hive queries.
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |
#query_list ⇒ Google::Cloud::Dataproc::V1::QueryList
Returns A list of queries.
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |
#script_variables ⇒ Hash{String => String}
Returns Optional. Mapping of query variable names to values (equivalent to the Hive command: +SET name="value";+).
242 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 242 class HiveJob; end |