Class RewriteOptions


  • public class RewriteOptions
    extends Object
    A set of options to create a ParquetRewriter.
    • Method Detail

      • getConf

        public org.apache.hadoop.conf.Configuration getConf()
      • getInputFiles

        public List<org.apache.hadoop.fs.Path> getInputFiles()
      • getOutputFile

        public org.apache.hadoop.fs.Path getOutputFile()
      • getPruneColumns

        public List<String> getPruneColumns()
      • getNewCodecName

        public org.apache.parquet.hadoop.metadata.CompressionCodecName getNewCodecName()
      • getEncryptColumns

        public List<String> getEncryptColumns()