HDInsightHiveActivity Class

Definition

HDInsight Hive activity type.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightHiveActivity+HDInsightHiveActivityConverter))]
public class HDInsightHiveActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.HDInsightHiveActivity+HDInsightHiveActivityConverter))>]
type HDInsightHiveActivity = class
    inherit ExecutionActivity
Public Class HDInsightHiveActivity
Inherits ExecutionActivity
Inheritance
HDInsightHiveActivity
Attributes

Constructors

HDInsightHiveActivity(String)

Initializes a new instance of HDInsightHiveActivity.

Properties

AdditionalProperties

Additional Properties.

(Inherited from Activity)
Arguments

User specified arguments to HDInsightActivity.

Defines

Allows user to specify defines for Hive job request.

DependsOn

Activity depends on condition.

(Inherited from Activity)
Description

Activity description.

(Inherited from Activity)
GetDebugInfo

Debug info option.

LinkedServiceName

Linked service reference.

(Inherited from ExecutionActivity)
Name

Activity name.

(Inherited from Activity)
OnInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

(Inherited from Activity)
Policy

Activity policy.

(Inherited from ExecutionActivity)
QueryTimeout

Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package).

ScriptLinkedService

Script linked service reference.

ScriptPath

Script path. Type: string (or Expression with resultType string).

State

Activity state. This is an optional property and if not provided, the state will be Active by default.

(Inherited from Activity)
StorageLinkedServices

Storage linked service references.

UserProperties

Activity user properties.

(Inherited from Activity)
Variables

User specified arguments under hivevar namespace.

Applies to