Class HdfsLocation


  • public final class HdfsLocation
    extends DatasetLocation
    The location of HDFS.
    • Constructor Detail

      • HdfsLocation

        public HdfsLocation()
    • Method Detail

      • withFolderPath

        public HdfsLocation withFolderPath​(Object folderPath)
        Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
        Overrides:
        withFolderPath in class DatasetLocation
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the DatasetLocation object itself.
      • withFileName

        public HdfsLocation withFileName​(Object fileName)
        Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
        Overrides:
        withFileName in class DatasetLocation
        Parameters:
        fileName - the fileName value to set.
        Returns:
        the DatasetLocation object itself.