Uses of Class
org.apache.parquet.hadoop.ParquetOutputFormat.JobSummaryLevel
-
Packages that use ParquetOutputFormat.JobSummaryLevel Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of ParquetOutputFormat.JobSummaryLevel in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ParquetOutputFormat.JobSummaryLevel Modifier and Type Method Description static ParquetOutputFormat.JobSummaryLevelParquetOutputFormat. getJobSummaryLevel(org.apache.hadoop.conf.Configuration conf)static ParquetOutputFormat.JobSummaryLevelParquetOutputFormat.JobSummaryLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetOutputFormat.JobSummaryLevel[]ParquetOutputFormat.JobSummaryLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.hadoop with parameters of type ParquetOutputFormat.JobSummaryLevel Modifier and Type Method Description static 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
-