SPARK-15991: Set global Hadoop conf | 0.12 sec | Passed |
SPARK-31234: RESET command will not change static sql configs and spark context conf values in SessionState | 0.1 sec | Passed |
SPARK-31354: SparkContext only register one SparkSession ApplicationEnd listener | 68 ms | Passed |
SPARK-31532: propagate static sql configs if no existing SparkSession | 0.1 sec | Passed |
SPARK-31532: should not propagate static sql configs to the existing active/default SparkSession | 19 ms | Passed |
SPARK-32160: Allow to create SparkSession in executors | 11 sec | Passed |
SPARK-32160: Disallow to create SparkSession in executors if the config is set | 12 sec | Passed |
config options are propagated to existing SparkSession | 87 ms | Passed |
create SparkContext first then SparkSession | 85 ms | Passed |
create SparkContext first then pass context to SparkSession | 78 ms | Passed |
create a new session if the active thread session has been stopped | 0.14 sec | Passed |
create a new session if the default session has been stopped | 0.16 sec | Passed |
create with config options and propagate them to SparkContext and SparkSession | 0.11 sec | Passed |
get active or default session | 84 ms | Passed |
sets default and active session | 83 ms | Passed |
use global default session | 72 ms | Passed |
use session from active thread session and propagate config options | 96 ms | Passed |
xml should be loaded | 86 ms | Passed |