Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
王艳忠
42
•
asked Jul 10, 2024
2.1.3 be触发jvm 致命错误 然后退出
我这边启动be后 就会出现个hs_err_pid.log 日志 之后 be就退出了 jvm 就会出现堆栈溢出的情况 应该怎么解决呢 这是be.out BE.warning
2.1
0
votes
1
answers
51
views
moon
3
•
asked Jul 10, 2024
使用x2doris迁移数据时提示java.lang.IllegalArgumentException: Spark type is DATETIMEV2, but arrow type is TIMESTAMPMICRO
版本:selectdb-doris-2.1.1-rc05 如果没有日期字段的表迁移数据都没问题,不知道为啥一有日期字段就报这个错误了,我最开始的方案使用FLink 来迁移,当时使用DorisSourceFunction的时候 也碰到了如果要迁移的数据里面有日期类型,获取到的scheme为null,发现官网有个x2doris工具,结果用这个工具日期字段也有问题,有碰到过的兄弟吗,报错截图如下:
2.1
0
votes
2
answers
73
views
____
5
•
asked Jul 10, 2024
【已解决】Arrow Flight SQL 连接doris 2.1.3 报错
doris-2.1.3-rc09 show frontends; show backends; python 版本 3.10 adbc: {code...}
2.1
ingestion
0
votes
2
answers
149
views
Fennng
27
•
asked Jul 10, 2024
join列为左表分桶列之一时,能否命中bucket shuffle join?
文档中在描述bucket shuffle join的条件时提到:join的等值表达式命中了A的数据分布列。请问这句话的意思是哪种: (1)join的等值表达式所对应的列,要和A表的分桶列完全一致 (2)join的等值表达式所对应的列,包含在A表的分桶列中
2.1
docs
0
votes
1
answers
41
views
Belief
9
•
asked Jul 10, 2024
【已解决】doris-2.0.9的enable_profile未生效
doris版本:2.0.9 selectDb webUi:2.0.3 问题1 在mysql客户端关闭了 set global enable_profile = false之后,通过selectDb的webui查询doris,仍然生成了 profile 问题2 在mysql客户端打开了 set global enable_profile = True之后, mysql客户端的查询生成了profile,但是通过spring-boot的jdbc查询未生成profile 问题3 为s...
doris-webui
2.0
0
votes
1
answers
62
views
Shylin
15
•
asked Jul 10, 2024
【已解决】Doris BenchMark TPCH 100G执行耗时久
1、Doris version:2.1.3/2.1.4 2、3FE(8C8G)3BE(48C256G) 独立部署 3、已设置 /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 为performance 4、Q2 SQL执行耗时 5-6min,也有其他sql执行耗时长 explain和query 如下: 链接:https://pan.baidu.com/s/1Uv8GULGAvwMH_Hu3vouLSQ 提取码:yksg
2.1
performance
0
votes
1
answers
114
views
lanranjun
3
•
asked Jul 10, 2024
【已解决】cdc同步Doris数据库,小文件多次合并导致checkpoint异常
doris版本2.0.11 connector版本1.17-1.6.1 数据源表有4000万 问题描述 Doris数据库A中的多个表做cdc同步,为了合并cdc小文件,会暂停cdc程序并保存savepoint。新建表 table_tmp,将表table数据写入 table_tmp,接着删除table,将table_tmp重命名为table。 最后从savepoint启动cdc程序。 这样操作几次后,cdc同步到数据库A的任务checkpoint都会卡在IN_PROGRESS,...
ingestion
2.0
0
votes
1
answers
136
views
feng wang
3
•
asked Jul 9, 2024
【已解决】主键模型表指定部分列更新失败,未指定的默认列仍然被更新
具体问题 目前有一张表,其中有一个入库时间字段默认值为当前时间,业务数据需要实时插入和更新,针对已有的数据,更新时不需要更新入库时间。 现场使用api接口stream_load工具导入数据时指定了除入库时间以外的字段,且开启了mow ,但数据更新时任然更新了入库时间字段, 具体数据及表结构内容无法拍照 1.表结构关键结构如下 2.kettle方案及关键节点配置
2.1
faq
0
votes
1
answers
349
views
____
7
•
asked Jul 9, 2024
Pipeline提交的作业修改column问题
doris 2.1.4 flink 1.19.1 flink-cdc 3.1.1 flink-cdc-pipeline-connector-doris-3.1.1 使用Pipeline管道提交的Yaml作业,在运行中执行了column修改alter table user change state states smallint not null default 0出现了问题,导致后面的数据都无法同步。 yaml sink配置如下 {code...} 麻烦帮忙看看这个问题, 如...
2.1
0
votes
1
answers
75
views
zhuhezhen
7
•
asked Jul 9, 2024
doris表中的字段有双引号,如何去掉
以上是过程 原始csv文件中的字符串带双引号,数字不带,如"abc",123,"def" 通过routine load写库到Doris中,表中的数据也是带双引号的 这个双引号如何去掉 trim_double_quotes报错 PROPERTIES ( "desired_concurrent_number"="3", "strict_mode"="false", "trim_...
2.0
0
votes
2
answers
194
views
Prev
Prev
271
272
273
(current)
274
275
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
具有 GRANT_PRIV 权限的用户无法执行 CREATE-ROW-POLICY
增量物化视图怎么创建
fe节点jvm gc频繁,偶尔出现fe节点be节点通讯报错
3.1版本创建paimon的异步物化视图,按分区刷新不行
自动分区与动态分区联用分区名称不一致