Package

com.intenthq.pucket

avro

Permalink

package avro

Visibility
  1. Public
  2. All

Type Members

  1. case class AvroPucket[T <: IndexedRecord] extends Pucket[T] with Product with Serializable

    Permalink

    An Avro type of pucket.

    An Avro type of pucket.

    T

    The data type the pucket will contain

  2. case class AvroPucketDescriptor[T <: IndexedRecord](schema: Schema, compression: CompressionCodecName, partitioner: Option[PucketPartitioner[T]] = None) extends PucketDescriptor[T] with Product with Serializable

    Permalink

    Avro pucket descriptor implementation

    Avro pucket descriptor implementation

    T

    the type of data being stored in the pucket

    schema

    Avro schema instance

    compression

    Parquet compression codec

    partitioner

    Optional pucket partitioner implementation

Value Members

  1. object AvroPucket extends PucketCompanion with Serializable

    Permalink

    Factory for com.intenthq.pucket.avro.AvroPucket

  2. object AvroPucketDescriptor extends PucketDescriptorCompanion with Serializable

    Permalink

    Factory object for com.intenthq.pucket.avro.AvroPucketDescriptor]

  3. package mapreduce

    Permalink
  4. package test

    Permalink
  5. package writer

    Permalink

Ungrouped