Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/LanguageManual/Auth" page has been changed by JonathanNatkins.
http://wiki.apache.org/hadoop/Hive/LanguageManual/Auth?action=diff&rev1=2&rev2=3

--------------------------------------------------

  == Privileges ==
  The following privileges are supported in Hive:
  
- ALL - Gives users all privileges
+   * ALL - Gives users all privileges
- ALTER - Allows users to modify the metadata of an object
+   * ALTER - Allows users to modify the metadata of an object
- UPDATE - Allows users to modify the physical data of an object
+   * UPDATE - Allows users to modify the physical data of an object
- CREATE - Allows users to create objects.  For a database, this means users 
can create tables, and for a table, this means users can create partitions
+   * CREATE - Allows users to create objects.  For a database, this means 
users can create tables, and for a table, this means users can create partitions
- DROP - Allows users to drop objects
+   * DROP - Allows users to drop objects
- INDEX - Allows users to create indexes on an object (Note: this is not 
currently implemented)
+   * INDEX - Allows users to create indexes on an object (Note: this is not 
currently implemented)
- LOCK - Allows users to lock or unlock tables when concurrency is enabled
+   * LOCK - Allows users to lock or unlock tables when concurrency is enabled
- SELECT - Allows users to access data for objects
+   * SELECT - Allows users to access data for objects
- SHOW_DATABASE - Allows users to view available databases
+   * SHOW_DATABASE - Allows users to view available databases
- 
  
  === Grant/Revoke Privileges ===
  {{{

Reply via email to