HDInsightMapReduceActivity Class

HDInsight MapReduce activity type.

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

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

Constructor

HDInsightMapReduceActivity(*, name: str, class_name: Any, jar_file_path: Any, 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, jar_linked_service: Optional[_models.LinkedServiceReference] = None, jar_libs: Optional[List[Any]] = None, defines: Optional[Dict[str, Any]] = 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".

class_name
any

Required. Class name. Type: string (or Expression with resultType string).

jar_file_path
any

Required. Jar path. Type: string (or Expression with resultType string).

jar_linked_service
LinkedServiceReference

Jar linked service reference.

jar_libs
list[any]

Jar libs.

defines
dict[str, any]

Allows user to specify defines for the MapReduce job request.