简体   繁体   English

Hue 内部架构和 hive 查询执行

[英]Hue internal architecture and hive query execution

How does cloudera hue executes hive query as a particular user with SSO implemented. cloudera Hue 如何以特定用户身份执行 Hive 查询并实施 SSO。 Is there any documentation available for that?是否有任何可用的文档?

Hue is a Python web application (Django, I believe) and uses a Python Hive client that forwards through the signed in username to Hive user.name impersonation support Hue 是一个 Python Web 应用程序(我相信是 Django)并使用 Python Hive 客户端, 客户端通过登录用户名转发到 Hive user.name模拟支持

There's a docs folder on Github - https://github.com/cloudera/hue/tree/master/docs Github 上有一个 docs 文件夹 - https://github.com/cloudera/hue/tree/master/docs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM