Cloud Dataproc V1beta2 API - Class Google::Cloud::Dataproc::V1beta2::PigJob (v0.6.3)

Reference documentation and code samples for the Cloud Dataproc V1beta2 API class Google::Cloud::Dataproc::V1beta2::PigJob.

A Dataproc job for running Apache Pig 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 to true can 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 to true can 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 to true can 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 Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig 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 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.

#logging_config

deflogging_config()->::Google::Cloud::Dataproc::V1beta2::LoggingConfig
Returns

#logging_config=

deflogging_config=(value)->::Google::Cloud::Dataproc::V1beta2::LoggingConfig
Parameter
Returns

#properties

defproperties()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the 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.

#properties=

defproperties=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the 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
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the 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.

#query_file_uri

defquery_file_uri()->::String
Returns
  • (::String) — The HCFS URI of the script that contains the Pig queries.

#query_file_uri=

defquery_file_uri=(value)->::String
Parameter
  • value (::String) — The HCFS URI of the script that contains the Pig queries.
Returns
  • (::String) — The HCFS URI of the script that contains the Pig queries.

#query_list

defquery_list()->::Google::Cloud::Dataproc::V1beta2::QueryList
Returns

#query_list=

defquery_list=(value)->::Google::Cloud::Dataproc::V1beta2::QueryList
Parameter
Returns

#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 Pig command: 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 Pig command: name=[value]).
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Mapping of query variable names to values (equivalent to the Pig command: name=[value]).

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.