Skip to content

Not able to use Z-Order spark extension #2612

Answered by ulysses-you
Dearkano asked this question in Q&A
Discussion options

You must be logged in to vote

hi @Dearkano look at the error message, it seems the kyuubi extension does not work, please make sure the config spark.sql.extensions=org.apache.kyuubi.sql.KyuubiSparkSQLExtension actually apply. In case your spark session is from get rather than create, you can add the config into conf/spark-defaults.conf and restart the pyspark application.

Another thing you may need to know is, for now Kyuubi only support optimize Hive table. That said, we do not support the optimize sqlOnFiles which is your case.

Here is the Z-Order docs.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Dearkano
Comment options

You must be logged in to vote
1 reply
@ulysses-you
Comment options

Comment options

You must be logged in to vote
2 replies
@ulysses-you
Comment options

@Dearkano
Comment options

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