Re: why select limit so slow on yarn cluster

2022-11-01 Thread yuxia
plan. Best regards, Yuxia 发件人: "Si-li Liu" 收件人: "User" 发送时间: 星期三, 2022年 11 月 02日 上午 12:17:52 主题: why select limit so slow on yarn cluster I created a table using Flink SQL on yarn session. CREATE TEMPORARY TABLE `scrm_admin_role` ( > `id` bigint, > `r

why select limit so slow on yarn cluster

2022-11-01 Thread Si-li Liu
I created a table using Flink SQL on yarn session. CREATE TEMPORARY TABLE `scrm_admin_role` ( > `id` bigint, > `role_name` string, > `sort` int, > `type` tinyint, > `status` tinyint, > `tenant_id` bigint, > `deleted` BOOLEAN, > `create_time` TIMESTAMP, > `update_time` TIMESTAMP,