Package org.apache.beam.sdk.io.hadoop.format
package org.apache.beam.sdk.io.hadoop.format
Defines transforms for writing to Data sinks that implement
HadoopFormatIO .- See Also:
-
ClassDescriptionProvides mechanism for acquiring locks related to the job.A
HadoopFormatIOis a Transform for reading data from any source or writing data to any sink which implements HadoopInputFormatorOutputFormat.Bounded source implementation forHadoopFormatIO.HadoopFormatIO.Read<K,V> APTransformthat reads from any data source which implements Hadoop InputFormat.A wrapper to allow HadoopInputSplitto be serialized using Java's standard serialization mechanisms.HadoopFormatIO.Write<KeyT,ValueT> APTransformthat writes to any data sink which implements Hadoop OutputFormat.HadoopFormatIO.Write.ExternalSynchronizationBuilder<KeyT,ValueT> Builder for External Synchronization defining.HadoopFormatIO.Write.PartitionedWriterBuilder<KeyT,ValueT> Builder for partitioning determining.HadoopFormatIO.Write.WriteBuilder<KeyT,ValueT> Main builder of Write transformation.Implementation ofExternalSynchronizationwhich registers locks in the HDFS.