Package

com.spotify.scio

hdfs

Permalink

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
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

    Permalink

    Tap for Avro files on HDFS.

  2. implicit class HdfsSCollection[T] extends AnyRef

    Permalink

    Enhanced version of SCollection with HDFS methods.

  3. implicit class HdfsScioContext extends AnyRef

    Permalink

    Enhanced version of ScioContext with HDFS methods.

  4. implicit class HdfsTaps extends AnyRef

    Permalink

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

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

    Permalink

    Tap for text files on HDFS.

Inherited from AnyRef

Inherited from Any

Ungrouped