Class DistcpSettings


  • public final class DistcpSettings
    extends Object
    Distcp settings.
    • Constructor Detail

      • DistcpSettings

        public DistcpSettings()
    • Method Detail

      • getResourceManagerEndpoint

        public Object getResourceManagerEndpoint()
        Get the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
        Returns:
        the resourceManagerEndpoint value.
      • setResourceManagerEndpoint

        public DistcpSettings setResourceManagerEndpoint​(Object resourceManagerEndpoint)
        Set the resourceManagerEndpoint property: Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
        Parameters:
        resourceManagerEndpoint - the resourceManagerEndpoint value to set.
        Returns:
        the DistcpSettings object itself.
      • getTempScriptPath

        public Object getTempScriptPath()
        Get the tempScriptPath property: 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).
        Returns:
        the tempScriptPath value.
      • setTempScriptPath

        public DistcpSettings setTempScriptPath​(Object tempScriptPath)
        Set the tempScriptPath property: 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).
        Parameters:
        tempScriptPath - the tempScriptPath value to set.
        Returns:
        the DistcpSettings object itself.
      • getDistcpOptions

        public Object getDistcpOptions()
        Get the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).
        Returns:
        the distcpOptions value.
      • setDistcpOptions

        public DistcpSettings setDistcpOptions​(Object distcpOptions)
        Set the distcpOptions property: Specifies the Distcp options. Type: string (or Expression with resultType string).
        Parameters:
        distcpOptions - the distcpOptions value to set.
        Returns:
        the DistcpSettings object itself.