This document provides an overview of Apache Sentry, an open source authorization module for Hadoop. It discusses how Sentry provides fine-grained, role-based authorization across Hadoop components like Hive, Impala and Solr to address the fragmented authorization in Hadoop. Sentry stores authorization policies that map users and groups to roles with privileges for resources like databases, tables and collections. It evaluates rules to determine access for a user based on their group memberships and role privileges.