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
ft:locale
en-US
Product name
Connect ETL
ft:title
Connect ETL Installation Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2025-01-24
ft:lastPublication
2025-01-24T21:47:52.840000

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.