Class: Google::Cloud::Dataproc::V1::PigJob
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dataproc::V1::PigJob
 
 
- 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
- 
  
    
      #continue_on_failure  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #jar_file_uris  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #logging_config  ⇒ Google::Cloud::Dataproc::V1::LoggingConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #properties  ⇒ Hash{String => String} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #query_file_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HCFS URI of the script that contains the Pig 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.
      286  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 286 class PigJob; end  | 
  
#jar_file_uris ⇒ Array<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.
      286  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 286 class PigJob; end  | 
  
#logging_config ⇒ Google::Cloud::Dataproc::V1::LoggingConfig
Returns Optional. The runtime log config for job execution.
      286  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 286 class PigJob; end  | 
  
#properties ⇒ Hash{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.
      286  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 286 class PigJob; end  | 
  
#query_file_uri ⇒ String
Returns 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_list ⇒ Google::Cloud::Dataproc::V1::QueryList
Returns A list of queries.
      286  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 286 class PigJob; end  | 
  
#script_variables ⇒ Hash{String => String}
Returns 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  |