Aracılığıyla paylaş


HiveJobProperties Class

Definition

Hive job properties used when retrieving Hive jobs.

[Newtonsoft.Json.JsonObject("Hive")]
public class HiveJobProperties : Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties
[<Newtonsoft.Json.JsonObject("Hive")>]
type HiveJobProperties = class
    inherit JobProperties
Public Class HiveJobProperties
Inherits JobProperties
Inheritance
HiveJobProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

HiveJobProperties()

Initializes a new instance of the HiveJobProperties class.

HiveJobProperties(String, String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the HiveJobProperties class.

Properties

ExecutedStatementCount

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

LogsLocation

Gets the Hive logs location.

OutputLocation

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

RuntimeVersion

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

(Inherited from JobProperties)
Script

Gets or sets the script to run. Please note that the maximum script size is 3 MB.

(Inherited from JobProperties)
StatementCount

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

Methods

Validate()

Validate the object.

Applies to