You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Wen Shi <we...@salesforce.com> on 2021/05/26 22:36:07 UTC

Hi fellow hive developers,

I am developing some custom storagebased authorization manager for hive
metastore, details here:

https://cwiki.apache.org/confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server

And I know there is a standalone HMS server in hive:

https://github.com/apache/hive/tree/master/standalone-metastore

However my question is, it seems standalone HMS does not have the
authorization manager config:
https://github.com/apache/hive/blob/master/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java

I am not able to find the config
key hive.security.metastore.authorization.manager in the above file.
Does that mean standalone HMS does not support this config?

Thanks a lot

Wen