Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HDInsightHiveActivity

Package version

HDInsight Hive activity type.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional arguments

arguments: any[]

User specified arguments to HDInsightActivity.

Optional defines

defines: undefined | {}

Allows user to specify defines for Hive job request.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional getDebugInfo

Debug info option.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional queryTimeout

queryTimeout: undefined | number

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

Optional scriptLinkedService

scriptLinkedService: LinkedServiceReference

Script linked service reference.

Optional scriptPath

scriptPath: any

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

Optional storageLinkedServices

storageLinkedServices: LinkedServiceReference[]

Storage linked service references.

type

type: "HDInsightHive"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Optional variables

variables: any[]

User specified arguments under hivevar namespace.

Generated using TypeDoc