Package

org.apache.spark.examples

pythonconverters

Permalink

package pythonconverters

Visibility
  1. Public
  2. All

Type Members

  1. class AvroWrapperToJavaConverter extends Converter[Any, Any]

    Permalink

    Implementation of org.apache.spark.api.python.Converter that converts an Avro Record wrapped in an AvroKey (or AvroValue) to a Java Map.

    Implementation of org.apache.spark.api.python.Converter that converts an Avro Record wrapped in an AvroKey (or AvroValue) to a Java Map. It tries to work with all 3 Avro data mappings (Generic, Specific and Reflect).

  2. class IndexedRecordToJavaConverter extends Converter[IndexedRecord, Map[String, Any]]

    Permalink

    Implementation of org.apache.spark.api.python.Converter that converts an Avro IndexedRecord (e.g., derived from AvroParquetInputFormat) to a Java Map.

Value Members

  1. object AvroConversionUtil extends Serializable

    Permalink

Ungrouped