当前位置:网站首页>Dolphinscheduler调度sql任务建表时The query did not generate a result set异常解决
Dolphinscheduler调度sql任务建表时The query did not generate a result set异常解决
2022-04-23 06:03:00 【若小鱼】
Dolphinscheduler调度sql任务建表时报execute sql error: The query did not generate a result set!异常
登录worker机器查询详细日志
execute sql error: The query did not generate a result set!
[ERROR] 2021-11-12 16:18:44.889 - [taskAppId=TASK-4-34-58]:[170] - sql task error: java.sql.SQLException: The query did not generate a result set!
[ERROR] 2021-11-12 16:18:44.890 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[149] - task scheduler failure
java.sql.SQLException: The query did not generate a result set!
at org.apache.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:435)
看到DS调用的是executeQuery命令。立刻想到应该是没有设置“非查询”
回到任务节点设置,将sql类型修改为"非查询"
版权声明
本文为[若小鱼]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_44162809/article/details/121290826
边栏推荐
- Prometheus Thanos与Cortex组件比较
- Chaos帶你快速上手混沌工程
- Introduction to the top 12 domestic databases in 2021
- MySQL【sql性能分析+sql调优】
- Passerelle haute performance pour l'interconnexion entre VPC et IDC basée sur dpdk
- 冬季实战营动手实战-上云必备环境准备,动手实操快速搭建LAMP环境 领鼠标 云小宝 背包 无影
- 使用prom-label-proxy实现Prometheus Thanos的基于标签的多租户读
- 19C环境ORA-01035登陆报错处理
- 将博客搬至CSDN
- 异常记录-8
猜你喜欢
基于ECS搭建云上博客(云小宝码上送祝福,免费抽iphone13任务详解)
Prometheus Cortex使用Block存储时的相关问题
Winter combat camp hands-on combat - cloud essential environment preparation, hands-on practical operation, quickly build lamp environment, lead mouse cloud Xiaobao backpack without shadow
Winter combat camp hands-on combat - first understand the cloud foundation, hands-on practice ECS ECS ECS novice on the road to get the mouse cloud Xiaobao backpack shadowless
你应该知道的 JVM 基础知识
阿里云日志服务sls的典型应用场景
Practice of openvswitch VLAN network
[ES6 quick start]
BPF program of type XDP
qs. In the stringify interface, the input parameter is converted into a & connected string (with the application / x-www-form-urlencoded request header)
随机推荐
Arranges the objects specified in the array in front of the array
阿里云日志服务sls的典型应用场景
RAC环境数据库节点参数设置不当导致监听无法连接问题排查
Virtio and Vhost_ Net introduction
Oracle RAC数据库实例启动异常问题分析IPC Send timeout
[MySQL basics] data export and import permissions and local_ Infile parameter
异常记录-6
异常记录-5
Oracle Performance Analysis Tool: oswatcher
关于Postgres主从复制延迟监控的错误告警问题
Include of ansible module_ Tasks: why is the imported task not executed after adding tags?
[Lombok quick start]
Oracle Net Service:监听器与服务名解析方法
When switch case, concatenate the error case and if of the conventional judgment expression and use L
一个DG环境的ORA-16047: DGID mismatch between destination setting and target database问题排查及监听VNCR特性
Prometheus Cortex多租户读写的实现
【不积跬步无以至千里】MySQL报大量unauthenticated user连接错误
异常记录-17
RAC环境报错ORA-00239: timeout waiting for control file enqueue排查
MySQL 【读写锁+表锁+行锁+MVCC】