Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add description of read auth changes in 0.14

...

See details in the HCatalog Storage Based Authorization document.

Starting in hive 0.14, storage based authorization authorizes read privilege on database and tables. get_database api call needs database directory read privilege. get_table_* calls that fetch table information and get_partition_* calls to list the partitions of a table require read privilege on the table directory. It is enabled by default with Storagebased authorization. Set hive.security.metastore.authorization.auth.reads in the section on configuration.

Configuration Parameters for Metastore Security

...