DistcpSettingsResponse

data class DistcpSettingsResponse(val distcpOptions: Any? = null, val resourceManagerEndpoint: Any, val tempScriptPath: Any)

Distcp settings.

Constructors

Link copied to clipboard
constructor(distcpOptions: Any? = null, resourceManagerEndpoint: Any, tempScriptPath: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val distcpOptions: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard

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