I want to implement AD group based kyuubi engine, can we have multiple engine types for 1 kyuubi deployment? #6847
Unanswered
vijay-jangir
asked this question in
Q&A
Replies: 1 comment
-
you may need to implement a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want 2 different kyuubi engines, 1. Spark engine, 2. Trino engine.
For user belonging to X group, spark engine should spawn at group level isolation
for users belonging to Y group, trino engine should spawn at user level isolation.
Can i achieve this?
Beta Was this translation helpful? Give feedback.
All reactions