Package

com.github.jparkie.spark.cassandra

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class SparkCassConfParam[T](name: String, default: T) extends Product with Serializable

    Permalink

    Defines parameter to extract values from SparkConf.

    Defines parameter to extract values from SparkConf.

    name

    The key in SparkConf.

    default

    The default value to fallback on missing key.

  2. class SparkCassException extends RuntimeException with Serializable

    Permalink

    General exceptions captured by com.github.jparkie.spark.cassandra.SparkCassBulkWriter.

Ungrouped