HDInsightHiveActivity Class

HDInsight Hive activity type.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.ExecutionActivity
HDInsightHiveActivity

Constructor

HDInsightHiveActivity(*, name: str, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, linked_service_name: Optional[_models.LinkedServiceReference] = None, policy: Optional[_models.ActivityPolicy] = None, storage_linked_services: Optional[List[_models.LinkedServiceReference]] = None, arguments: Optional[List[Any]] = None, get_debug_info: Optional[Union[str, _models.HDInsightActivityDebugInfoOption]] = None, script_path: Optional[Any] = None, script_linked_service: Optional[_models.LinkedServiceReference] = None, defines: Optional[Dict[str, Any]] = None, variables: Optional[List[Any]] = None, query_timeout: Optional[int] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

name
str

Required. Activity name.

type
str

Required. Type of activity.Constant filled by server.

description
str

Activity description.

depends_on
list[ActivityDependency]

Activity depends on condition.

user_properties
list[UserProperty]

Activity user properties.

linked_service_name
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

storage_linked_services
list[LinkedServiceReference]

Storage linked service references.

arguments
list[any]

User specified arguments to HDInsightActivity.

get_debug_info
str or HDInsightActivityDebugInfoOption

Debug info option. Known values are: "None", "Always", "Failure".

script_path
any

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

script_linked_service
LinkedServiceReference

Script linked service reference.

defines
dict[str, any]

Allows user to specify defines for Hive job request.

variables
list[any]

User specified arguments under hivevar namespace.

query_timeout
int

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