HiveJobProperties Class

Hive job properties used when retrieving Hive jobs.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
HiveJobProperties

Constructor

HiveJobProperties(*, script: str, runtime_version: Optional[str] = None, **kwargs)

Parameters

runtime_version
str
Required

The runtime version of the Data Lake Analytics engine to use for the specific type of job being run.

script
str
Required

Required. The script to run. Please note that the maximum script size is 3 MB.

type
str
Required

Required. Constant filled by server.

Variables

logs_location
str

The Hive logs location.

output_location
str

The location of Hive job output files (both execution output and results).

statement_count
int

The number of statements that will be run based on the script.

executed_statement_count
int

The number of statements that have been run based on the script.