DistcpSettings interface
Distcp settings.
Properties
distcp |
Specifies the Distcp options. Type: string (or Expression with resultType string). |
resource |
Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string). |
temp |
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