https://www.cloudera.com/documentation/enterprise/latest.html
jdk 1.7下载
博客内容分类参考
https://blog.youkuaiyun.com/qq_30982323/article/details/80704720
CDH开启kerberos认证
https://blog.youkuaiyun.com/DF_XIAO/article/details/52838648
CDH开启Sentry服务
https://blog.youkuaiyun.com/DF_XIAO/article/details/52838648
hdfs 权限模型:
http://dyingbleed.com/hdfs-7/
LDAP的相关概念与objectClass介绍
https://blog.youkuaiyun.com/qq_27376871/article/details/52037317
ldap 基本名词解释
https://www.cnblogs.com/lfdblog/p/9803276.html
LDAP搭建与系统用户迁移
http://www.ldap.org.cn/296.html
LDAP添加用户操作
https://blog.51cto.com/wzlinux/1837363
OpenLDAP shadowAccount使用
https://www.zhukun.net/archives/8073
LDAP添加用户操作
https://blog.51cto.com/wzlinux/1837363
OpenLDAP shadowAccount使用
https://www.zhukun.net/archives/8073
hive sentry 授权:
https://blog.51cto.com/smilemask/2043930?source=drh
先在hue上同步xyh_test用户和组 (创不创建组有没有什么影响)测试直接grant给一个存在的组,再授权database通过。
create role xyh_test;
grant role xyh_test to group xyh_test;
给 xyh-test role 赋予数据库的read权限:
GRANT SELECT ON DATABASE app_ams TO ROLE xyh_test;
给xyh-test role 赋予某张表的的read权限:
GRANT SELECT ON table tablename TO ROLE xyh_test;
hive sentry 授权:
https://blog.51cto.com/smilemask/2043930?source=drh
http调用Hue接口例子:
https://blog.youkuaiyun.com/weixin_42213545/article/details/81392326
hue api 官方文档:
http://cloudera.github.io/hue/latest/developer/api/
java爬虫例子:
https://github.com/zazaluMonster/MySpider
LDAP文档资料:

被折叠的 条评论
为什么被折叠?



