04 2024 档案
摘要:可以使用这个方法试试 设置长时间保持策略 伪代码 /** * 配置长连接保持策略 * * @return */ public ConnectionKeepAliveStrategy connectionKeepAliveStrategy() { return (response, context)
阅读全文
摘要:创建一个maven项目(不要用springboot) 引入依赖 <!--添加hive依赖 --> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>3.1.1</ve
阅读全文