How can I change the owner, which is shown in `show table extended`, of a Hive table on a Keberized cluster?
The reason I asked this question is ...
- As far as I know, a compaction job by Hive ACID Transactions is submitted by a user who is the owner of the table.
- The owner of my table which should be processed by a compaction job is `hdfs`.
- `hdfs` user is a member of `banned.users` in `/etc/hadoop/conf/container-executor.cfg`.
I don't want to modify `/etc/hadoop/conf/container-executor` because as far as I know this parameter can't be modified via Ambari.
And I don't want to modify records in the backing RDB of Hive Metastore.