Uses of Class
org.apache.parquet.hadoop.Footer
-
Packages that use Footer Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.mapred -
-
Uses of Footer in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return types with arguments of type Footer Modifier and Type Method Description List<Footer>ParquetInputFormat. getFooters(org.apache.hadoop.conf.Configuration configuration, Collection<org.apache.hadoop.fs.FileStatus> statuses)the footers for the filesList<Footer>ParquetInputFormat. getFooters(org.apache.hadoop.conf.Configuration configuration, List<org.apache.hadoop.fs.FileStatus> statuses)List<Footer>ParquetInputFormat. getFooters(org.apache.hadoop.mapreduce.JobContext jobContext)static List<Footer>ParquetFileReader. readAllFootersInParallel(org.apache.hadoop.conf.Configuration configuration, List<org.apache.hadoop.fs.FileStatus> partFiles)Deprecated.metadata files are not recommended and will be removed in 2.0.0static List<Footer>ParquetFileReader. readAllFootersInParallel(org.apache.hadoop.conf.Configuration configuration, List<org.apache.hadoop.fs.FileStatus> partFiles, boolean skipRowGroups)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readAllFootersInParallel(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileStatus fileStatus)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readAllFootersInParallel(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileStatus fileStatus, boolean skipRowGroups)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readAllFootersInParallelUsingSummaryFiles(org.apache.hadoop.conf.Configuration configuration, Collection<org.apache.hadoop.fs.FileStatus> partFiles, boolean skipRowGroups)Deprecated.metadata files are not recommended and will be removed in 2.0.0static List<Footer>ParquetFileReader. readAllFootersInParallelUsingSummaryFiles(org.apache.hadoop.conf.Configuration configuration, List<org.apache.hadoop.fs.FileStatus> partFiles)Deprecated.metadata files are not recommended and will be removed in 2.0.0static List<Footer>ParquetFileReader. readFooters(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileStatus pathStatus)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readFooters(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileStatus pathStatus, boolean skipRowGroups)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readFooters(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path path)Deprecated.will be removed in 2.0.0; useParquetFileReader.open(InputFile, ParquetReadOptions)static List<Footer>ParquetFileReader. readSummaryFile(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.FileStatus summaryStatus)Deprecated.metadata files are not recommended and will be removed in 2.0.0Method parameters in org.apache.parquet.hadoop with type arguments of type Footer Modifier and Type Method Description List<ParquetInputSplit>ParquetInputFormat. getSplits(org.apache.hadoop.conf.Configuration configuration, List<Footer> footers)Deprecated.split planning using file footers will be removedstatic voidParquetFileWriter. writeMetadataFile(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path outputPath, List<Footer> footers)Deprecated.metadata files are not recommended and will be removed in 2.0.0static voidParquetFileWriter. writeMetadataFile(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.fs.Path outputPath, List<Footer> footers, ParquetOutputFormat.JobSummaryLevel level)Deprecated.metadata files are not recommended and will be removed in 2.0.0 -
Uses of Footer in org.apache.parquet.hadoop.mapred
Methods in org.apache.parquet.hadoop.mapred that return types with arguments of type Footer Modifier and Type Method Description List<Footer>DeprecatedParquetInputFormat. getFooters(org.apache.hadoop.mapred.JobConf job)
-