Freigeben über


DistcpSettings interface

Distcp settings.

Properties

distcpOptions

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

resourceManagerEndpoint

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

tempScriptPath

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).

Property Details

distcpOptions

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

distcpOptions?: any

Property Value

any

resourceManagerEndpoint

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

resourceManagerEndpoint: any

Property Value

any

tempScriptPath

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).

tempScriptPath: any

Property Value

any