DistcpSettings Class

Distcp settings.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
DistcpSettings

Constructor

DistcpSettings(*, resource_manager_endpoint: MutableMapping[str, Any], temp_script_path: MutableMapping[str, Any], distcp_options: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_manager_endpoint
<xref:JSON>

Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string). Required.

temp_script_path
<xref:JSON>

Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string). Required.

distcp_options
<xref:JSON>

Specifies the Distcp options. Type: string (or Expression with resultType string).

Variables

Name Description
resource_manager_endpoint
<xref:JSON>

Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string). Required.

temp_script_path
<xref:JSON>

Specifies an existing folder path which will be used to store temp Distcp command script. The script file is generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType string). Required.

distcp_options
<xref:JSON>

Specifies the Distcp options. Type: string (or Expression with resultType string).