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, props: HiveSinkProps = HiveSinkProps(), partitionKeys: List[String] = Nil, ioThreads: Int = 1, bufferSize: Int = 1000)(implicit fs: FileSystem, hiveConf: HiveConf) extends Sink with StrictLogging with Product with Serializable

    Permalink
  5. case class HiveSinkProps(createTable: Boolean = false, overwriteTable: Boolean = false, format: HiveFormat = HiveFormat.Text) extends Product with Serializable

    Permalink
  6. 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
  7. case class HiveSourceProps(ignoreHiddenFiles: Boolean = true, hiddenFilePattern: String = "_.*") extends Product with Serializable

    Permalink
  8. trait HiveWriter extends AnyRef

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

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

    Permalink
  11. trait PartitionExpr extends AnyRef

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

    Permalink
  13. case class PartitionGte(name: String, value: String) extends PartitionExpr with 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

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 OrcHiveDialect extends HiveDialect with StrictLogging

    Permalink
  9. object ParquetHiveDialect extends HiveDialect with StrictLogging

    Permalink
  10. object Partition extends Serializable

    Permalink
  11. object TextHiveDialect extends HiveDialect with StrictLogging

    Permalink

Ungrouped