com.alpine.plugin.test

utils

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class IrisFlower(sepalLength: Double, sepalWidth: Double, petaLlength: Double, petalWidth: Double) extends Product with Serializable

    This show cases an alternate way of creating the DataFrame Rather than creating a row RDD and a schema we can use a case class whose fields correspond to the dataFrames schema

  2. class SimpleAbstractSparkJobSuite extends FunSuite

Value Members

  1. object GolfData

  2. object IrisFlowerPrediction

  3. object OperatorParameterMockUtil

  4. object TestSparkContexts

Ungrouped