Uses of Class
org.apache.parquet.hadoop.ParquetWriter
-
Packages that use ParquetWriter Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.example -
-
Uses of ParquetWriter in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ParquetWriter Modifier and Type Method Description ParquetWriter<T>ParquetWriter.Builder. build()Build aParquetWriterwith the accumulated configuration. -
Uses of ParquetWriter in org.apache.parquet.hadoop.example
Subclasses of ParquetWriter in org.apache.parquet.hadoop.example Modifier and Type Class Description classExampleParquetWriterAn example file writer class.
-