package spark
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
SparkSQLBackendService extends AbstractBackendService
A org.apache.kyuubi.service.BackendService constructed with SparkSession which give it the ability to talk with Spark and let Spark do all the rest heavy work :)
- case class SparkSQLEngine(spark: SparkSession) extends Serverable with Product with Serializable
- class SparkTBinaryFrontendService extends TBinaryFrontendService
Value Members
- object KyuubiSparkUtil extends Logging
- object SparkSQLEngine extends Logging with Serializable
- object SparkTBinaryFrontendService extends Logging