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
}