Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Enable hyperspace in spark thriftserver #499

Answered by sezruby
ashokblend asked this question in Q&A
Discussion options

You must be logged in to vote

For now, there's no way to enable hyperspace in spark thriftserver.

One thing we can do is creating a SparkSessionExtension for Hyperspace, and support ENABLE/DISABLE HYPERSPACE sql or enable hyperspace for all sessions when the extension is added.

For example, in Delta Lake:
https://github.com/delta-io/delta/blob/master/core/src/main/scala/io/delta/sql/DeltaSparkSessionExtension.scala
--conf "spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sezruby
Comment options

Answer selected by ashokblend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants