bowenliang123 commented on issue #3186: URL: https://github.com/apache/incubator-kyuubi/issues/3186#issuecomment-1211668174
> maybe it's ok to reuse hive service with a database field containing one or more dots? > > if it is an HMS based table, for example, 'spark_catalog.a.b', a policy would have `a` as database, and `b` as table; for other catalogs, for example, 'custom_catalog.a.b', a policy would have `custom_catalog.a` as database, and `b` as table; Your suggestion is a good way to apply. But I am afraid that it will disturbance the hiveserver2 plugin's actions and puzzled it to use the database field in convention way like custom_catalog.a. And also in ranger admin web, it will lookup resource by the policy definition in Hive policies with Hive driver to Hiveserver which will cause warnings. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
