官方文档还行。。注意一个坑
hive.metastore.service.principal=hive/_HOST@WC.COM
这儿就填写 hive/_HOST@你的域
这里调用的是cdh的hivekeytab应该
搞了3天。。nmd
我的例子如下
connector.name=hive-hadoop2
hive.metastore.uri=thrift://master.wc.com:9083
hive.config.resources=/etc/hadoop/conf/core-site.xml,/etc/hadoop/conf/hdfs-site.xml
hive.metastore.authentication.type=KERBEROS
hive.metastore.service.principal=hive/_HOST@WC.COM
hive.metastore.client.principal=trino/trino@WC.COM
hive.metastore.client.keytab=/var/lib/keytab/trino.keytab
hive.allow-add-column=true
hive.translate-hive-views=true



