Class: Google::Cloud::Dataproc::V1::PigJob

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



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

class PigJob; end

#jar_file_urisArray<String>

Returns Optional. HCFS URIs of jar files to add to the CLASSPATH of the Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig UDFs.

Returns:

  • (Array<String>)

    Optional. HCFS URIs of jar files to add to the CLASSPATH of the Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig UDFs.



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

class PigJob; end

#logging_configGoogle::Cloud::Dataproc::V1::LoggingConfig

Returns Optional. The runtime log config for job execution.

Returns:



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

class PigJob; end

#propertiesHash{String => String}

Returns Optional. A mapping of property names to values, used to configure Pig. 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/pig/conf/pig.properties, and classes in user code.

Returns:

  • (Hash{String => String})

    Optional. A mapping of property names to values, used to configure Pig. 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/pig/conf/pig.properties, and classes in user code.



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

class PigJob; end

#query_file_uriString

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

Returns:

  • (String)

    The HCFS URI of the script that contains the Pig queries.



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

class PigJob; end

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

Returns A list of queries.

Returns:



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

class PigJob; end

#script_variablesHash{String => String}

Returns Optional. Mapping of query variable names to values (equivalent to the Pig command: +name=[value]+).

Returns:

  • (Hash{String => String})

    Optional. Mapping of query variable names to values (equivalent to the Pig command: +name=[value]+).



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

class PigJob; end