Class LocationService.WriteInfo

    • Constructor Detail

      • WriteInfo

        public WriteInfo​(org.apache.hadoop.fs.Path targetPath,
                         org.apache.hadoop.fs.Path writePath,
                         LocationHandle.WriteMode writeMode)
    • Method Detail

      • getTargetPath

        public org.apache.hadoop.fs.Path getTargetPath()
        Target path for the partition, unpartitioned table, or the query.
      • getWritePath

        public org.apache.hadoop.fs.Path getWritePath()
        Temporary path for writing to the partition, unpartitioned table or the query.

        It may be the same as targetPath.