Distcp Settings Args
data class DistcpSettingsArgs(val distcpOptions: Output<Any>? = null, val resourceManagerEndpoint: Output<Any>, val tempScriptPath: Output<Any>) : ConvertibleToJava<DistcpSettingsArgs>
Distcp settings.
Properties
Link copied to clipboard
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).