Google Cloud Dataproc V1 Client - Class PigJob (3.13.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class PigJob.

A Dataproc job for running Apache Pig queries on YARN.

Generated from protobuf message google.cloud.dataproc.v1.PigJob

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

↳ continue_on_failure bool

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.

↳ script_variables array|Google\Protobuf\Internal\MapField

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

↳ properties array|Google\Protobuf\Internal\MapField

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.

↳ jar_file_uris array

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 Google\Cloud\Dataproc\V1\LoggingConfig

Optional. The runtime log config for job execution.

getQueryFileUri

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

Returns
Type Description
string

hasQueryFileUri

setQueryFileUri

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

Parameter
Name Description
var string
Returns
Type Description
$this

getQueryList

A list of queries.

Returns
Type Description
Google\Cloud\Dataproc\V1\QueryList|null

hasQueryList

setQueryList

A list of queries.

Parameter
Name Description
var Google\Cloud\Dataproc\V1\QueryList
Returns
Type Description
$this

getContinueOnFailure

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
Type Description
bool

setContinueOnFailure

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.

Parameter
Name Description
var bool
Returns
Type Description
$this

getScriptVariables

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

Returns
Type Description
Google\Protobuf\Internal\MapField

setScriptVariables

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

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getProperties

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
Type Description
Google\Protobuf\Internal\MapField

setProperties

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.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getJarFileUris

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
Type Description
Google\Protobuf\Internal\RepeatedField

setJarFileUris

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getLoggingConfig

Optional. The runtime log config for job execution.

Returns
Type Description
Google\Cloud\Dataproc\V1\LoggingConfig|null

hasLoggingConfig

clearLoggingConfig

setLoggingConfig

Optional. The runtime log config for job execution.

Parameter
Name Description
var Google\Cloud\Dataproc\V1\LoggingConfig
Returns
Type Description
$this

getQueries

Returns
Type Description
string