淘先锋技术网

首页 1 2 3 4 5 6 7

创建hive的catalog

CREATE CATALOG hive PROPERTIES (
    'type'='hms',
    'hive.metastore.uris' = 'thrift://192.168.201.11:9083',
    'hadoop.username' = 'hive',
    'dfs.nameservices'='your-nameservice',