Storage Based Authorization
...
The implementation of the file-system based authorization model is available through an authorization provider called StorageBasedAuthorizationProvider that is part of Hive. (Support for this was added to the Hive package in release 0.10.0 – see HIVE-3705 and Metastore Server Security in the Hive documentation.)Note :
Info | ||
---|---|---|
| ||
An earlier implementation of this called HdfsAuthorizationProvider used to exist in the |
...
HCatalog package, but has since been deprecated and removed as of Hive 0.14 trunk. If your |
...
configuration indicates use of HdfsAuthorizationProvider, please update to this |
...
configuration instead. |
The following entries need to be added to hive-site.xml
to enable authorization:
...