INFO-mysql2hive传输任务报错

适用模块
离线同步
具体说明
日志报错信息: 2025-06-17 16:09:37 CST SparkExecutor ERROR - Diagnostics: User class threw exception: java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@39a3a8f8 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
使用示例
检查数据源JDBC串,去掉dontTrackOpenResources参数

作者:潘晓宇