Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Hadoop 集群,我通过 Hue 界面管理它来运行 Hive 查询。
我想将另一个用户添加到 Hue 并让他们访问某些表以运行查询。这可能吗?
您可能希望将该用户添加到您必须创建以运行 hadoop 的 hadoop 组。此外,您可能希望为 hadoop 上的每个用户创建一个单独的工作目录。
Hue 只是 Hive 之上的一个视图,因此应该使用Hive 授权(请注意:Hive 授权目前正在重新设计以确保真正安全)。