Hive table creation security - Connect_ETL - 9.13

Connect ETL Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect (ETL, Sort, AppMod, Big Data)
Version
9.13
Language
English
Product name
Connect ETL
Title
Connect ETL Installation Guide
Copyright
2024
First publish date
2003
Last updated
2024-11-08
Published on
2024-11-08T16:36:35.232000

With Hive version 0.13 and higher, the default security does not allow the user who creates the table to read from or write to the table. To enable reading from and writing to the table without having to modify access permissions after creating the table, do the following:

  • In hive-site.xml, add the property hive.security.authorization.createtable.owner.grants and set its value to SELECT and UPDATE.
  • Ensure the user has read/write privileges to Hive data files on the Hadoop file system.