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

spark.jobserver.SparkSqlJob.scala Maven / Gradle / Ivy

The newest version!
package spark.jobserver

import org.apache.spark.sql.SQLContext

trait SparkSqlJob extends SparkJobBase {
  type C = SQLContext
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy