| Interface | Description |
|---|---|
| SparkSession | |
| SparkSessionManager |
Defines interface for managing multiple SparkSessions in Hive when multiple users
are executing queries simultaneously on Spark execution engine.
|
| Class | Description |
|---|---|
| SparkSessionImpl | |
| SparkSessionManagerImpl |
Simple implementation of SparkSessionManager
- returns SparkSession when requested through getSession and keeps track of
created sessions.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.