Package

io.eels.component

hive

Permalink

package hive

Visibility
  1. Public
  2. All

Type Members

  1. case class HiveDatasetUri(db: String, table: String) extends Product with Serializable

    Permalink
  2. trait HiveDialect extends StrictLogging

    Permalink
  3. trait HiveFileScanner extends StrictLogging

    Permalink
  4. trait HiveFormat extends AnyRef

    Permalink
  5. case class HiveSink(dbName: String, tableName: String, ioThreads: Int = 4, dynamicPartitioning: Boolean = true, createTable: Boolean = false, overwriteTable: Boolean = false, format: HiveFormat = HiveFormat.Text, bufferSize: Int = 1000)(implicit fs: FileSystem, hiveConf: HiveConf) extends Sink with StrictLogging with Product with Serializable

    Permalink
  6. case class HiveSource(db: String, table: String, partitionExprs: List[PartitionExpr] = Nil)(implicit fs: FileSystem, hive: HiveConf) extends Source with StrictLogging with Using with Product with Serializable

    Permalink
  7. trait HiveWriter extends AnyRef

    Permalink
  8. case class Partition(kvs: List[PartitionKeyValue]) extends Product with Serializable

    Permalink
  9. case class PartitionEquals(name: String, value: String) extends PartitionExpr with Product with Serializable

    Permalink
  10. trait PartitionExpr extends AnyRef

    Permalink
  11. case class PartitionGt(name: String, value: String) extends PartitionExpr with Product with Serializable

    Permalink
  12. case class PartitionGte(name: String, value: String) extends PartitionExpr with Product with Serializable

    Permalink
  13. case class PartitionKeyValue(key: String, value: String) extends Product with Serializable

    Permalink
  14. case class PartitionLt(name: String, value: String) extends PartitionExpr with Product with Serializable

    Permalink
  15. case class PartitionLte(name: String, value: String) extends PartitionExpr with Product with Serializable

    Permalink
  16. case class PartitionPart(key: String, value: String) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.24.0) will be replaced with PartitionKeyValue

Value Members

  1. object FrameSchemaFn extends StrictLogging

    Permalink
  2. object HiveDatasetUri extends Serializable

    Permalink
  3. object HiveDialect

    Permalink
  4. object HiveFileScanner

    Permalink
  5. object HiveFormat

    Permalink
  6. object HiveOps extends StrictLogging

    Permalink
  7. object HivePartitionFileEnumerator extends HiveFileScanner

    Permalink
  8. object HiveSchemaFieldsFn extends StrictLogging

    Permalink
  9. object HiveSink extends Serializable

    Permalink
  10. object HiveTableFileEnumerator extends HiveFileScanner

    Permalink
  11. object Partition extends Serializable

    Permalink
  12. object PartitionPart extends Serializable

    Permalink
  13. object RowPartitionParts

    Permalink
  14. package dialect

    Permalink

Ungrouped