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