Package org.apache.iceberg.hadoop
-
Interface Summary Interface Description Configurable<C> Interface used to avoid runtime dependencies on Hadoop ConfigurableHadoopConfigurable An interface that extends the HadoopConfigurable
interface to offer better serialization support for customizable Iceberg objects such asFileIO
. -
Class Summary Class Description ConfigProperties HadoopCatalog HadoopCatalog provides a way to use table names like db.table to work with path-based tables under a common location.HadoopFileIO HadoopInputFile InputFile
implementation using the HadoopFileSystem
API.HadoopMetricsContext FileIO Metrics implementation that delegates to Hadoop FileSystem statistics implementation using the provided scheme.HadoopOutputFile OutputFile
implementation using the HadoopFileSystem
API.HadoopStreams Convenience methods to get Parquet abstractions for Hadoop data streams.HadoopTableOperations TableOperations implementation for file systems that support atomic rename.HadoopTables Implementation of Iceberg tables that uses the Hadoop FileSystem to store metadata and manifests.HiddenPathFilter APathFilter
that filters out hidden paths.SerializableConfiguration Wraps aConfiguration
object in aSerializable
layer.Util