Class: Google::Cloud::Dataproc::V1::HiveJob

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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



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

class HiveJob; end

#jar_file_urisArray<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.

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.



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

class HiveJob; end

#propertiesHash{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.

Returns:

  • (Hash{String => String})

    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.



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

class HiveJob; end

#query_file_uriString

Returns The HCFS URI of the script that contains Hive queries.

Returns:

  • (String)

    The HCFS URI of the script that contains Hive queries.



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

class HiveJob; end

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

Returns A list of queries.

Returns:



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

class HiveJob; end

#script_variablesHash{String => String}

Returns Optional. Mapping of query variable names to values (equivalent to the Hive command: +SET name="value";+).

Returns:

  • (Hash{String => String})

    Optional. Mapping of query variable names to values (equivalent to the Hive command: +SET name="value";+).



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

class HiveJob; end