Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adding db, uri under objects

...

● ALL PRIVILEGES - gives all privileges

Objects

...

  • The privileges will apply to table and views. The above privileges are not supported on databases.
  • Database ownership is considered for certain actions
  • URI is another object in hive, as hive allows the use of URI in sql syntax. The above privileges are not applicable on URI. URI used are expected to point to a file/directory in a file system. Authorization is done based on the permissions the user has on the file/directory.

Object ownership

For certain actions, the ownership of the object (table/view/database) determines if you are authorized to perform the action.

...