Package

com.qubole.spark.hiveacid

datasource

Permalink

package datasource

Visibility
  1. Public
  2. All

Type Members

  1. class HiveAcidDataSource extends RelationProvider with CreatableRelationProvider with DataSourceRegister with Logging

    Permalink

    HiveAcid Data source implementation.

  2. case class HiveAcidRelation(sparkSession: SparkSession, fullyQualifiedTableName: String, parameters: Map[String, String]) extends BaseRelation with InsertableRelation with PrunedFilteredScan with Logging with Product with Serializable

    Permalink

    Container for all metadata, configuration and schema to perform operations on Hive ACID datasource.

    Container for all metadata, configuration and schema to perform operations on Hive ACID datasource. This provides for plumbing most of the heavy lifting is performed inside HiveAcidtTable.

    sparkSession

    Spark Session object

    fullyQualifiedTableName

    Table name for the data source.

    parameters

    user provided parameters required for reading and writing, including configuration

Value Members

  1. object HiveAcidDataSource

    Permalink

Ungrouped