Uses of Class
org.apache.parquet.hadoop.api.WriteSupport.WriteContext
-
Packages that use WriteSupport.WriteContext Package Description org.apache.parquet.crypto org.apache.parquet.crypto.keytools org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.api APIs to integrate various type systems with Parquetorg.apache.parquet.hadoop.example -
-
Uses of WriteSupport.WriteContext in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto with parameters of type WriteSupport.WriteContext Modifier and Type Method Description FileEncryptionPropertiesEncryptionPropertiesFactory. getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig, org.apache.hadoop.fs.Path tempFilePath, WriteSupport.WriteContext fileWriteContext)Get FileEncryptionProperties object which is created by the implementation of this interface. -
Uses of WriteSupport.WriteContext in org.apache.parquet.crypto.keytools
Methods in org.apache.parquet.crypto.keytools with parameters of type WriteSupport.WriteContext Modifier and Type Method Description FileEncryptionPropertiesPropertiesDrivenCryptoFactory. getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig, org.apache.hadoop.fs.Path tempFilePath, WriteSupport.WriteContext fileWriteContext) -
Uses of WriteSupport.WriteContext in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop with parameters of type WriteSupport.WriteContext Modifier and Type Method Description static FileEncryptionPropertiesParquetOutputFormat. createEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig, org.apache.hadoop.fs.Path tempFilePath, WriteSupport.WriteContext fileWriteContext) -
Uses of WriteSupport.WriteContext in org.apache.parquet.hadoop.api
Methods in org.apache.parquet.hadoop.api that return WriteSupport.WriteContext Modifier and Type Method Description WriteSupport.WriteContextDelegatingWriteSupport. init(org.apache.hadoop.conf.Configuration configuration)abstract WriteSupport.WriteContextWriteSupport. init(org.apache.hadoop.conf.Configuration configuration)called first in the task -
Uses of WriteSupport.WriteContext in org.apache.parquet.hadoop.example
Methods in org.apache.parquet.hadoop.example that return WriteSupport.WriteContext Modifier and Type Method Description WriteSupport.WriteContextGroupWriteSupport. init(org.apache.hadoop.conf.Configuration configuration)
-