Questions about Kyuubi Spark AuthZ Plugin #4063
Replies: 5 comments 6 replies
-
The first error caused by "SHOW DATABASES;" seems because the The second one seems tightly coupled w/ the Databricks(not the open-sourced one) Delta lake. |
Beta Was this translation helpful? Give feedback.
-
Hi @pan3793 ,
For the UPDATE SQL error log, please refer to the logs below:
Also, for the DELETE SQL error log:
|
Beta Was this translation helpful? Give feedback.
-
@zhichaoleo I opened #4076 for the first issue, would you please have a try? |
Beta Was this translation helpful? Give feedback.
-
For delta update&delete operations, we need to add the command specifications to https://github.com/apache/kyuubi/blob/master/extensions/spark/kyuubi-spark-authz/src/main/resources/table_command_spec.json |
Beta Was this translation helpful? Give feedback.
-
Hi @zhichaoleo, Were you able to make this work with Databricks cluster? If possible, can you share the init scripts or some documents about how to add this plugin to databricks clusters? I am getting Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
Thanks for your great work!☺️
We want to use Kyuubi Spark AuthZ Plugin in our spark cluster(version: 3.3.1).
We build this plugin with Spark version: 3.3.1, Ranger version: 2.2.0
The spark config listed below:
spark.master=local[*, 4]; spark.databricks.cluster.profile=singleNode; spark.sql.extensions=org.apache.kyuubi.plugin.spark.authz.ranger.RangerSparkExtension
And it works fine with select SQL, but when we test other sql types we got errors as below:
SHOW DATABASES; SQL error as below:
UPDATE SQL error as below:
DELETE SQL error as below:
Could you help me with this problem? And I also want to check if Kyuubi Spark AuthZ Plugin can work with SQL types above?
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions