Package version:

Interface HDInsightHiveActivity

HDInsight Hive activity type.

Hierarchy

Properties

arguments?: any[]

User specified arguments to HDInsightActivity.

defines?: {
    [propertyName: string]: any;
}

Allows user to specify defines for Hive job request.

Type declaration

  • [propertyName: string]: any
dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

getDebugInfo?: string

Debug info option.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

Activity policy.

queryTimeout?: number

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

scriptLinkedService?: LinkedServiceReference

Script linked service reference.

scriptPath?: any

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

storageLinkedServices?: LinkedServiceReference[]

Storage linked service references.

type: "HDInsightHive"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

variables?: any[]

User specified arguments under hivevar namespace.

Generated using TypeDoc