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

io.hydrosphere.mist.lib.SessionSupport_Spark2.scala Maven / Gradle / Ivy

package io.hydrosphere.mist.lib

import org.apache.spark.sql.SparkSession

//noinspection ScalaFileName
trait SessionSupport extends ContextSupport {

  def session: SparkSession

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy