如何控制hive catalog访问权限?

版本:2.5.5
通过hive catalog创建了一个外部hive数据源,但发现任意创建的用户(不授权)均可访问hive里的数据,请问有办法在权限上做限制吗?
hive catalog创建语句:

CREATE EXTERNAL CATALOG hive
PROPERTIES
(
"type" = "hive",
"hive.metastore.uris" = "thrift://xxx.xxx.xxx.xxx:9083",
"enable_metastore_cache" = "true",
"metastore_cache_refresh_interval_sec"="30"
);

3.0支持catalog的权限控制