Skip to content

Commit

Permalink
minor optimization for ranger plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjingfeng committed Mar 28, 2024
1 parent fa58cfc commit e02da12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ suite("test_external_catalog_hive", "p2,external,hive,external_remote,external_r
create catalog if not exists ${tmp_name} properties (
'type'='hms',
'hive.metastore.uris' = 'thrift://${extHiveHmsHost}:${extHiveHmsPort}',
'access_controller.properties.ranger.service.name' = 'hive_wrong',
'access_controller.properties.ranger.service.type' = 'hive_wrong',
'access_controller.class' = 'org.apache.doris.catalog.authorizer.RangerHiveAccessControllerFactory'
);
"""
Expand Down

0 comments on commit e02da12

Please sign in to comment.