| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| Modifier and Type | Method and Description |
|---|---|
static ParquetOutputFormat.JobSummaryLevel |
ParquetOutputFormat.getJobSummaryLevel(org.apache.hadoop.conf.Configuration conf) |
static ParquetOutputFormat.JobSummaryLevel |
ParquetOutputFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ParquetFileWriter.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
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.