All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vegas.spark.Spark.scala Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package vegas.spark

import org.apache.spark.rdd.RDD
import org.apache.spark.sql.DataFrame

/**
  * @author Aish Fenton.
  */
trait SparkExt {

  def withData(df: DataFrame) = {

  }

  def withData(df: RDD[Product]) = ???

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy