Class PigJob (0.8.1)

A Dataproc job for running Apache Pig <https://pig.apache.org/>__ queries on YARN. .. attribute:: queries

Required. The sequence of Pig queries to execute, specified as an HCFS file URI or a list of queries.

A list of queries.

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

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

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > PigJob

Classes

PropertiesEntry

API documentation for dataproc_v1.types.PigJob.PropertiesEntry class.

ScriptVariablesEntry

API documentation for dataproc_v1.types.PigJob.ScriptVariablesEntry class.