org.apache.spark.api

python

package python

Visibility
  1. Public
  2. All

Type Members

  1. trait Converter[T, +U] extends Serializable

    :: Experimental :: A trait for use with reading custom classes in PySpark.

  2. case class TestWritable(str: String, int: Int, double: Double) extends Writable with Product with Serializable

    A class to test Pyrolite serialization on the Scala side, that will be deserialized in Python

Value Members

  1. object WriteInputFormatTestDataGenerator

    This object contains method to generate SequenceFile test data and write it to a given directory (probably a temp directory)

Ungrouped