Package

com.github.jparkie.spark.elasticsearch

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class SparkEsConfParam[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 SparkEsException extends RuntimeException with Serializable

    Permalink

    General exceptions captured by EsNativeDataFrameBulkProcessorListener.

Ungrouped