我们最近开始使用Tableau,并允许Tableau在线访问我们的配置单元服务器。
现在,从那时起,大约10到12点的早上2个小时,我们的配置单元查询将失败并
Connecting to jdbc:hive2://ip-xxx-xx-x-xxx.ap-south-1.compute.internal:10000/default
Unknown HS2 problem when communicating with Thrift server.
Error: Could not open client transport with JDBC Uri: jdbc:hive2://ip-xxx-xx-x-xxx.ap-south-1.compute.internal:10000/default: java.net.SocketException: Connection reset (state=08S01,code=0)
No current connection
Intercepting System.exit(2)
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.Hive2Main], exit code [2]
如果我尝试手动连接,则可以正常连接: 直线-u jdbc:hive2:// xxx-xx-x-xxx:10000 /
然后我必须取消列入白名单的IP,大约10分钟后,它又恢复正常。我们在Tableau上没有很多查询。可能是什么问题?我已经取消了接受Zookeeper连接的限制,以防万一它与它有任何关系。指针?