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)(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(), partitions: 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 = "_.*", concurrentReads: Int = 8) extends Product with Serializable

    Permalink
  8. trait HiveWriter extends AnyRef

    Permalink
  9. case class Partition(key: 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

Value Members

  1. object FrameSchemaFn extends StrictLogging

    Permalink
  2. object HiveDatasetUri extends Serializable

    Permalink
  3. object HiveDialect

    Permalink
  4. object HiveFormat

    Permalink
  5. object HiveOps extends StrictLogging

    Permalink
  6. object HiveSchemaFieldsFn extends StrictLogging

    Permalink
  7. object ParquetHiveDialect extends HiveDialect

    Permalink
  8. object TextHiveDialect extends HiveDialect

    Permalink

Ungrouped