创建hive的catalog
CREATE CATALOG hive PROPERTIES (
'type'='hms',
'hive.metastore.uris' = 'thrift://192.168.201.11:9083',
'hadoop.username' = 'hive',
'dfs.nameservices'='your-nameservice',
微信扫一扫
创建hive的catalog
CREATE CATALOG hive PROPERTIES (
'type'='hms',
'hive.metastore.uris' = 'thrift://192.168.201.11:9083',
'hadoop.username' = 'hive',
'dfs.nameservices'='your-nameservice',
相关推荐