DistcpSettings Class

Distcp settings.

Constructor

DistcpSettings(*args: Any, **kwargs: Any)

Variables

Name Description
resource_manager_endpoint
any

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

temp_script_path
any

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
any

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

Attributes

distcp_options

string (or Expression with resultType string).

distcp_options: Any | None

resource_manager_endpoint

string (or Expression with resultType string). Required.

resource_manager_endpoint: Any

temp_script_path

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.

temp_script_path: Any