总结HUE集成Sentry,通过HUE界面管理Sentry权限

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了总结HUE集成Sentry,通过HUE界面管理Sentry权限相关的知识,希望对你有一定的参考价值。

将Sentry集成到HUE中能够有许多好处:

1、通过HUE界面,创建role

2、在HUE的Sentry管理界面,可以Grant privileges给用户

3、在Hue中创建与Sentry中role同名的group

4、将role赋予一个user

5、保证HUE用户,在所有节点上的group与HUE中的group相同


HUE集成Sentry操作

1、将登录HUE管理用户和权限的用户所属组添加到sentry-site.xml配置文件中

<property>
  <name>sentry.service.admin.group</name>
  <value>hive,impala,hue</value>
</property>

2、配置hue.ini

[[email protected] ~]# vim /usr/local/hue-3.9.0-cdh5.9.0-compile/hue/desktop/conf/hue.ini
###########################################################################
# Settings for the Sentry lib
###########################################################################
[libsentry]
# Hostname or IP of server.
## hostname=localhost
hostname=10.10.16.102
# Port the sentry service is running on.
port=8038
# Sentry configuration directory, where sentry-site.xml is located.
sentry_conf_dir=/usr/local/sentry/conf

3、拷贝sentry-site.xml文件到hue.ini配置文件中sentry_conf_dir变量指定的目录下,

如果sentry服务部署在其他服务器上,也将文件拷贝到hue所在服务器下

[[email protected] ~]# ll /usr/local/sentry/conf
-rw-r--r-- 1 root root 2220 11月 21 2016 sentry-site.xml

4、重启HUE服务和Sentry服务

nohup /usr/local/hue-3.9.0-cdh5.9.0-compile/hue/build/env/bin/supervisor &


sentry --command service  -conffile /etc/sentry/conf/sentry-site.xml



本文出自 “巧克力黑” 博客,请务必保留此出处http://10120275.blog.51cto.com/10110275/1956777

以上是关于总结HUE集成Sentry,通过HUE界面管理Sentry权限的主要内容,如果未能解决你的问题,请参考以下文章

如何在Hue中使用Sentry创建角色,授权

hive整合sentry,impala,hue之后权限管理操作

大数据 hue 安装配置与其它框架的集成

Hue使用

在Kerberos环境下Hue与HBase集成

Hive Impala和Hue集成LDAP