com.spotify.scio

hdfs

package hdfs

Main package for HDFS APIs. Import all.

import com.spotify.scio.hdfs._

Note that Hadoop configuration files, e.g. core-site.xml, hdfs-site.xml, must be present. They can be packaged in src/main/resources directory.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. hdfs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class HdfsAvroTap[T](path: String, schema: Schema = null)(implicit evidence$4: ClassTag[T]) extends Tap[T] with Product with Serializable

    Tap for Avro files on HDFS.

  2. implicit class HdfsSCollection[T] extends AnyRef

    Enhanced version of SCollection with HDFS methods.

  3. implicit class HdfsScioContext extends AnyRef

    Enhanced version of ScioContext with HDFS methods.

  4. implicit class HdfsTaps extends AnyRef

    Enhanced version of com.spotify.scio.io.Taps with HDFS methods.

  5. case class HdfsTextTap(path: String) extends Tap[String] with Product with Serializable

    Tap for text files on HDFS.

Value Members

  1. object HdfsFileStorage

Inherited from AnyRef

Inherited from Any

Ungrouped