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

org.apache.spark.sql.EvilSessionTools.scala Maven / Gradle / Ivy

The newest version!
package org.apache.spark.sql

import org.apache.spark.sql.SparkSession
object EvilSessionTools {
  def extractSQLContext(session: SparkSession): SQLContext = {
    SparkSession.builder.getOrCreate().sqlContext
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy