Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
caopengbo
5
•
asked Aug 16, 2024
数据导入报错tablet error: [E-6006]failed to rename
2.1
0
votes
1
answers
48
views
tongshujun
1
•
asked Aug 16, 2024
filebeat消费kafka 然后推入doris为啥会报这个错?
Failed to serialize the event: key not found,但是实际上数据又是写进去了的
2.0
0
votes
6
answers
179
views
耳东
11
•
asked Aug 16, 2024
【Jdbc Catalog】外部表join不走索引
在jdbc catalog对两个外部表进行join select * from tba join tbb on tba.col1=tbb.col1 where tba.col2 =123 索引列:tba.col2,tba.col1,tbb.col1 如果在业务库运行3秒出结果,但是doris catalog运行需要30秒 观察到on 条件的tbb.col1索引条件不触发,on操作应该发生在doris执行,分别把两个表数据拉到doris后再进行join,有没办法整个sql都在业...
catalog
2.0
0
votes
3
answers
152
views
数据小趴菜
3
•
asked Aug 16, 2024
在flink yarn模式下使用 flink cdc 同步数据到doris,能同步数据,但不能同步表结构?
初来乍到,请各位大佬帮忙分析分析原因,是包搭配不对还是怎么的? doris:2.1.0 flink:1.17.2 flink的上传3个jar包: flink-doris-connector-1.17-1.6.1.jar、flink-sql-connector-mysql-cdc-3.0.1.jar、mysql-connector-java-8.0.28.jar 同步脚本: bin/flink run -m yarn-cluster -Dexecution.checkpoint...
2.1
0
votes
1
answers
148
views
某某某某
54
•
asked Aug 16, 2024
异步物化视图是否可以直接加字段
我有一个异步物化视图 : select a,b,sum(d), sum(e) from t; 现在我想在异步物化视图里加以列 c, 是否有办法可以直接在原来的物化视图上添加, 还是必须先删除再重新创建?
2.1
0
votes
1
answers
51
views
刘亦菲啊
1
•
asked Aug 16, 2024
倒排索引添加自定义词库后,match_any搜索时依然将关键词分词进行搜索
参考文档https://ask.selectdb.com/questions/D1S71/doris2-0-3-dao-pai-suo-yin-de-match-any-jie-guo-yu-wen-dang-bu-fu/E1291,在BE节点user.dict.utf8添加关键词"熟悉微信",重启BE节点后使用SELECT TOKENIZE('熟悉微信','"parser"="chinese","...
2.1
0
votes
1
answers
79
views
forest
35
•
asked Aug 16, 2024
jdbc catalog query表函数无法使用
版本是2.1.0,
2.1
0
votes
1
answers
35
views
sharphero
1
•
asked Aug 16, 2024
doris3 查看fe日志有 failed to get local fe's type, sleep 5 s, try again.
具体错误如下: 2024-08-16 10:15:29,085 WARN (main|1) [CloudEnv.getClusterIdAndRole():178] failed to get local fe's type, sleep 5 s, try again. 2024-08-16 10:15:34,089 INFO (main|1) [CloudEnv.getLocalTypeFromMetaService():139] get cluster respo...
3.0
0
votes
1
answers
149
views
yugunsung
117
•
asked Aug 15, 2024
map字段union all多次执行出现返回不同结果
版本:2.0.12 执行如下sql {code...} 多次执行出现不同的结果,如下图所示:
2.0
0
votes
2
answers
89
views
cchu
5
•
asked Aug 15, 2024
flink steamload写入doris,写入失败fe报错,flink程序不down
flink steamload写入doris,写入失败fe报错,flink程序不down doris 版本 2.1.3-rc09 flink 版本 1.18 flink connector 版本 1.6.2
2.1
0
votes
1
answers
89
views
Prev
Prev
305
306
307
(current)
308
309
Next
Next
Hot Questions
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
存算分离下groupcommit是否支持wal写入