HDInsightHiveActivity interface

HDInsight Hive 작업 유형입니다.

Extends

속성

arguments

사용자가 HDInsightActivity에 대해 지정한 인수입니다.

defines

사용자가 Hive 작업 요청에 대한 정의를 지정할 수 있습니다.

getDebugInfo

디버그 정보 옵션.

queryTimeout

쿼리 시간 제한 값(분)입니다. HDInsight 클러스터가 ESP를 사용하는 경우 유효(엔터프라이즈 보안 패키지)

scriptLinkedService

연결된 서비스 참조를 스크립팅합니다.

scriptPath

스크립트 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

storageLinkedServices

스토리지 연결된 서비스 참조.

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

variables

hivevar 네임스페이스에서 사용자가 지정한 인수입니다.

상속된 속성

dependsOn

활동은 조건에 따라 달라집니다.

description

활동 설명입니다.

linkedServiceName

연결된 서비스 참조입니다.

name

활동 이름입니다.

onInactiveMarkAs

상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다.

policy

활동 정책.

state

작업 상태입니다. 이 속성은 선택적 속성이며 제공되지 않으면 상태는 기본적으로 활성 상태가 됩니다.

userProperties

활동 사용자 속성입니다.

속성 세부 정보

arguments

사용자가 HDInsightActivity에 대해 지정한 인수입니다.

arguments?: any[]

속성 값

any[]

defines

사용자가 Hive 작업 요청에 대한 정의를 지정할 수 있습니다.

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

속성 값

{[propertyName: string]: any}

getDebugInfo

디버그 정보 옵션.

getDebugInfo?: string

속성 값

string

queryTimeout

쿼리 시간 제한 값(분)입니다. HDInsight 클러스터가 ESP를 사용하는 경우 유효(엔터프라이즈 보안 패키지)

queryTimeout?: number

속성 값

number

scriptLinkedService

연결된 서비스 참조를 스크립팅합니다.

scriptLinkedService?: LinkedServiceReference

속성 값

scriptPath

스크립트 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

scriptPath?: any

속성 값

any

storageLinkedServices

스토리지 연결된 서비스 참조.

storageLinkedServices?: LinkedServiceReference[]

속성 값

type

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

type: "HDInsightHive"

속성 값

"HDInsightHive"

variables

hivevar 네임스페이스에서 사용자가 지정한 인수입니다.

variables?: {[propertyName: string]: any}

속성 값

{[propertyName: string]: any}

상속된 속성 세부 정보

dependsOn

활동은 조건에 따라 달라집니다.

dependsOn?: ActivityDependency[]

속성 값

ExecutionActivity.dependsOn에서 상속됨

description

활동 설명입니다.

description?: string

속성 값

string

ExecutionActivity.description에서 상속됨

linkedServiceName

연결된 서비스 참조입니다.

linkedServiceName?: LinkedServiceReference

속성 값

ExecutionActivity.linkedServiceName에서 상속됨

name

활동 이름입니다.

name: string

속성 값

string

상속된ExecutionActivity.name

onInactiveMarkAs

상태가 비활성으로 설정된 경우 작업의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태 Succeeded가 됩니다.

onInactiveMarkAs?: string

속성 값

string

ExecutionActivity.onInactiveMarkAs에서 상속됨

policy

활동 정책.

policy?: ActivityPolicy

속성 값

ExecutionActivity.policy에서 상속됨

state

작업 상태입니다. 이 속성은 선택적 속성이며 제공되지 않으면 상태는 기본적으로 활성 상태가 됩니다.

state?: string

속성 값

string

ExecutionActivity.state에서 상속됨

userProperties

활동 사용자 속성입니다.

userProperties?: UserProperty[]

속성 값

ExecutionActivity.userProperties에서 상속됨