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 HiveFormat extends AnyRef

    Permalink
  4. 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
  5. case class HiveSource(db: String, table: String, props: HiveSourceProps = HiveSourceProps(), partitionExprs: List[PartitionExpr] = Nil)(implicit fs: FileSystem, hive: HiveConf) extends Source with StrictLogging with Using with Product with Serializable

    Permalink
  6. case class HiveSourceProps(ignoreHiddenFiles: Boolean = true, hiddenFilePattern: String = "_.*") extends Product with Serializable

    Permalink
  7. trait HiveWriter extends AnyRef

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

    Permalink
  9. trait PartitionExpr extends AnyRef

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

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

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

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

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

    Permalink

Value Members

  1. object AvroHiveDialect extends HiveDialect with StrictLogging

    Permalink
  2. object FrameSchemaFn extends StrictLogging

    Permalink
  3. object HiveDatasetUri extends Serializable

    Permalink
  4. object HiveDialect

    Permalink
  5. object HiveFormat

    Permalink
  6. object HiveOps extends StrictLogging

    Permalink
  7. object HiveSchemaFieldsFn extends StrictLogging

    Permalink
  8. object HiveSink extends Serializable

    Permalink
  9. object OrcHiveDialect extends HiveDialect with StrictLogging

    Permalink
  10. object ParquetHiveDialect extends HiveDialect with StrictLogging

    Permalink
  11. object PartitionPart extends Serializable

    Permalink
  12. object RowPartitionParts

    Permalink
  13. object TextHiveDialect extends HiveDialect with StrictLogging

    Permalink

Ungrouped