Skip to content

How to use kyuubi(kyuubi-1.2.0-bin-spark-3.1-hadoop3.2) with delta-lake (Azure blob storage) #1453

Answered by pan3793
zhichaoleo asked this question in Q&A
Discussion options

You must be logged in to vote

1.2.0 is not the latest version, we move the release to the https://kyuubi.apache.org/releases.html after entering apache incubator.

For delta integration, please follow the delta official doc https://docs.delta.io/latest/quick-start.html to setup detla jar and spark confs, the basic setup steps should be:

  1. Download delta jar, and put the jar into $SPARK_HOME/jars/
  2. Modify $SPARK_HOME/conf/spark-defaults.conf and put the following items.
spark.sql.extensions o.delta.sql.DeltaSparkSessionExtension
spark.sql.catalog.spark_catalog org.apache.spark.sql.delta.catalog.DeltaCatalog
# azure confs ...
  1. Use spark-shell to verify it works.
  2. Deploy Kyuubi
  3. Use client (e.g. beeline) to connect Kyuubi a…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@yaooqinn
Comment options

@zhichaoleo
Comment options

@yaooqinn
Comment options

@zhichaoleo
Comment options

@yaooqinn
Comment options

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