FAQ-hive2hbase报错:No common protection layer between client and server

问题描述/异常栈
离线传输任务hive2hbase,任务报错:
No common protection layer between client and server(即:服务端与客户端protection配置值不一致)
FAQ-hive2hbase任务报错:No common protection layer - 图1
发现版本
easymetahub 5.19.14.1
easytransfer 3.30.0
hbase 2.4.18
解决方案
1、将hbase hbase.rpc.protection配置修改为privacy
FAQ-hive2hbase任务报错:No common protection layer - 图2
2、hbase hbase.rpc.protection配置为authentication/integrity时,hbase数据源需添加下列参数
transfer.hbase.rpc.protection=《hbase-site配置文件内的配置的值,authentication/integrity》
FAQ-hive2hbase任务报错:No common protection layer - 图3
问题原因
此配置参数是从元数据中心的自定义连接信息里获取,当参数值不是privacy时,需要手动添加配置

作者:曹俊