How to use GROUP Share Level without Hadoop #6701
-
I started the kyuubi (v1.9.1) pod in a k8s environment and used spark SQL to query S3 data. There is no Hadoop environment at all. However, according to the documentation, the kyuubi.session.group.provider configuration seems to only have hadoop. Does that mean that GROUP Share Level can only be used in an environment with hadoop? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
According the code, it appears that Hadoop is currently the only built-in implementation. However, according to org.apache.kyuubi.plugin.PluginLoader#loadGroupProvider, you can implement the GroupProvider interface to create your own plugin. |
Beta Was this translation helpful? Give feedback.
According the code, it appears that Hadoop is currently the only built-in implementation.
However, according to org.apache.kyuubi.plugin.PluginLoader#loadGroupProvider, you can implement the GroupProvider interface to create your own plugin.