Package

com.alpine.plugin.test

utils

Permalink

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

    Permalink

    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

    Permalink

Ungrouped