发布于 2016-01-14 04:24:38 | 180 次阅读 | 评论: 0 | 来源: 网友投递
Apache Sentry
Apache Sentry 是一个加强的细粒度的基于角色的授权系统,针对存储在 Hadoop 集群中的数据和元数据。
Sentry 8.0.1 发布,更新内容如下:
Ignore blob:
urls in hashing algorithms.
Bump extra
data size to 16k (previously 4k)
Fixed some odd behavior where superusers appeared as members of a team when they weren't.
By default, new superusers created through sentry createuser
will be added as a member to a team, if there is only one team available.
详细改进及下载页面请看这里
Sentry 是一个实时的事件日志和聚合平台,基于 Django 构建。
Sentry 可以帮助你将 Python 程序的所有 exception 自动记录下来,然后在一个好用的 UI 上呈现和搜索。处理 exception 是每个程序的必要部分,所以 Sentry 也几乎可以说是所有项目的必备组件。