Package

com.qubole.spark

hiveacid

Permalink

package hiveacid

Visibility
  1. Public
  2. All

Type Members

  1. class AnalysisException extends Exception with Serializable

    Permalink
  2. case class HiveAcidAutoConvert(spark: SparkSession) extends Rule[LogicalPlan] with Product with Serializable

    Permalink

    Analyzer rule to convert a transactional HiveRelation into LogicalRelation backed by HiveAcidRelation

    Analyzer rule to convert a transactional HiveRelation into LogicalRelation backed by HiveAcidRelation

    spark

    - spark session

  3. class HiveAcidAutoConvertExtension extends (SparkSessionExtensions) ⇒ Unit

    Permalink
  4. class HiveAcidTable extends Logging with Closeable

    Permalink

    Represents a hive acid table and exposes API to perform operations on top of it

  5. case class ReadConf(predicatePushdownEnabled: Boolean = true, metastorePartitionPruningEnabled: Boolean = true, includeRowIds: Boolean = false) extends Product with Serializable

    Permalink

    Spark specific configuration container to be used by Hive Acid module

Value Members

  1. object HiveAcidErrors

    Permalink
  2. object HiveAcidTable

    Permalink
  3. object ReadConf extends Serializable

    Permalink
  4. package datasource

    Permalink
  5. package hive

    Permalink
  6. package rdd

    Permalink
  7. package transaction

    Permalink
  8. package util

    Permalink

Ungrouped