Open javyxu opened 2 years ago
Hello @javyxu, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi (Incubating).
can you elaborate a bit more about the expected result and the one you actually got
can you elaborate a bit more about the expected result and the one you actually got
I want the expected result to be:show databases sould return a list of qualified namespace, and I add the org.apache.kyuubi.plugin.spark.authz.ranger.RangerSparkExtension, regardless of the users, the results are empty
you can check our unit test for show databases behaviors to see if something is wrong or some behaviors not compatible with other systems like hive
you can check our unit test for show databases behaviors to see if something is wrong or some behaviors not compatible with other systems like hive
hello, Can the JDBC +hive2 address of Kyuubi be configured directly in Ranger?
@yaooqinn Hello, is there any documentation on the connection between Kyuubi and Ranger permissions?
please check the docs in v1.6.0
Code of Conduct
Search before asking
Describe the bug
K8s environment configuration SQL extend spark. spark.sql.extensions=org.apache.kyuubi.plugin.spark.authz.ranger.RangerSparkExtension, After the show databases/tables; And you can't even find out what it is
Affects Version(s)
1.5.2
Kyuubi Server Log Output
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
Additional context
The SELECT statement could be executed to get the desired result, but the show Databases /tables could be successfully executed, but the result was not what I wanted
Are you willing to submit PR?