| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.spark | |
| org.apache.hadoop.hive.ql.exec.spark.session | |
| org.apache.hadoop.hive.ql.session |
| Modifier and Type | Method and Description |
|---|---|
static SparkSession |
SparkUtilities.getSparkSession(HiveConf conf,
SparkSessionManager sparkSessionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
SparkSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
SparkSession |
SparkSessionManagerImpl.getSession(SparkSession existingSession,
HiveConf conf,
boolean doOpen)
If the existingSession can be reused return it.
|
SparkSession |
SparkSessionManager.getSession(SparkSession existingSession,
HiveConf conf,
boolean doOpen)
Get a valid SparkSession.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SparkSessionManagerImpl.closeSession(SparkSession sparkSession) |
void |
SparkSessionManager.closeSession(SparkSession sparkSession)
Close the given session and return it to pool.
|
SparkSession |
SparkSessionManagerImpl.getSession(SparkSession existingSession,
HiveConf conf,
boolean doOpen)
If the existingSession can be reused return it.
|
SparkSession |
SparkSessionManager.getSession(SparkSession existingSession,
HiveConf conf,
boolean doOpen)
Get a valid SparkSession.
|
void |
SparkSessionManagerImpl.returnSession(SparkSession sparkSession) |
void |
SparkSessionManager.returnSession(SparkSession sparkSession)
Return the given sparkSession to pool.
|
| Modifier and Type | Method and Description |
|---|---|
SparkSession |
SessionState.getSparkSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionState.setSparkSession(SparkSession sparkSession) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.