How to use kyuubi(kyuubi-1.2.0-bin-spark-3.1-hadoop3.2) with delta-lake (Azure blob storage) #1453
-
Hi Team. spark.sql.extensions=io.delta.sql.DeltaSparkSessionExtension But it doesn't work as expected. Am I configure kyuubi right? Is there any docs and examples about how to use kyuubi with delta-lake (Azure blob storage) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
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:
For deployment, we recommand persist the required confs into |
Beta Was this translation helpful? Give feedback.
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:
$SPARK_HOME/jars/
$SPARK_HOME/conf/spark-defaults.conf
and put the following items.spark-shell
to verify it works.