Class DistcpSettings


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

      • DistcpSettings

        public DistcpSettings()
    • Method Detail

      • resourceManagerEndpoint

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

        public DistcpSettings withResourceManagerEndpoint​(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.
      • tempScriptPath

        public Object tempScriptPath()
        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.
      • withTempScriptPath

        public DistcpSettings withTempScriptPath​(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.
      • distcpOptions

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

        public DistcpSettings withDistcpOptions​(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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.