Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
yugunsung
117
•
asked Oct 23, 2024
动态分区-历史分区问题
版本:2.0.12 建表时指定如下属性,正常来说会保留历史7天数据,但实际只保留了历史1天数据。 在另外一套2.0.9版本的集群上是保留历史7天数据
2.0
0
votes
2
answers
56
views
ly1234
3
•
asked Oct 23, 2024
Flink Doris Connector 整库同步Mysql 到 Doris
flink-doris-connector版本:flink-doris-connector-1.17-1.6.1.jar mysqlCDC 版本:flink-sql-connector-mysql-cdc-2.4.2.jar flink 版本:1.17.2 通过使用mysql整库同步的命令提交的任务,通过savepoint 停止后,在Mysql库新增的表和Doris创建的对应的表结构,在通过savepoint恢复任务后,数据并没有同步,而是出现了:whose schema i...
2.1
0
votes
1
answers
112
views
____
7
•
asked Oct 23, 2024
doris版本2.1.6,如何查看当前执行的sql语句在哪几台BE节点上运行
具体步骤是怎么操作
2.1
0
votes
3
answers
189
views
阿帅
144
•
asked Oct 22, 2024
求CK数据迁到Doris的推荐方案。
如题, 数据量不小。 准备用Doris代替CK。
2.1
0
votes
2
answers
66
views
xqx_111
1
•
asked Oct 22, 2024
doris查询
我在java里执行一段原生的doris查询比如: public List getTalentInterestPortrait(DataContentListQuery query) { {code...} 我想要获取 List talentGenderPortraitList = dorisTalentMapper.getTalentInterestPortrait(query);这段查询他的数据库线程标识,就是使用命令show processlist对应的id,要怎么获取,...
query
2.0
convertor
0
votes
1
answers
61
views
changguowei
199
•
asked Oct 22, 2024
Doris查询hive csv格式表时,空行直接给过滤掉了,导致和spark跑出来的结果不符
Doris版本2.1.5 Doris查询hive csv格式表时,空行直接给过滤掉了,Spark查询数据时没有自动将空行过滤掉,导致doris查询和spark查询结果不符 复现步骤: {code...} csv文件存在空行 Spark查询结果没有过滤掉空行 Doris查询结果过滤掉了空行
2.1
1
votes
1
answers
46
views
tanbin326
1
•
asked Oct 22, 2024
2.1.x以上的版本,主键模型部分列更新问题
使用主键模型,建表开启mow,创建RoutineLoad从kafka摄入数据,RoutineLoad声明了属性 "partial_columns" = "true"。 参考主键模型导入更新的文档,RoutineLoad的JobProperties里partial_columns=true。 文档描述 在columns中指定要导入的列(必须包含所有 key 列,不然无法更新)。 但实际上从kafka消费过来的数据对象是部分字段值数据时(主键有值,...
3.0
2.1
0
votes
1
answers
159
views
____
1
•
asked Oct 22, 2024
hive catalog 读取数据为空
hive catalog 读取数据为空 hive 分区为二级分区,我猜想doris识别不了分区下的文件夹
3.0
catalog
0
votes
1
answers
35
views
zlhxxx
158
•
asked Oct 22, 2024
监控streamload每秒或者分钟级的提交频率 语句
sum(delta(doris_be_streaming_load_requests_total[2m])/2) 每分钟的提交量,不知道是否正确,这样写
2.1
0
votes
1
answers
31
views
ethan
1
•
asked Oct 22, 2024
服务器断电后某一台FE启动失败
doris集群 3个FE,3个BE,某次机房停电后集群重启,3个BE运行正常,FE有一台启动一直报错: 2024-10-22 16:23:01,638 WARN (InternalSchemaInitializer|184) [InternalSchemaInitializer.run():82] Statistics storage initiated failed, will try again later org.apache.doris.common.DdlExcep...
2.1
0
votes
1
answers
93
views
Prev
Prev
206
207
208
(current)
209
210
Next
Next
Hot Questions
doris 2.1.8 源码无法下载
Doris3.1 存算分离 S3请求
使用flink-doris-connector-1.17 25.1.0同步数据,新增更新操作能成功同步,删除操作不生效
3个并发任务写入同一张表,报错 get tableList write lock timeout
Doris 2.1.6 SQL_BLOCK_RULE 命中后错误信息不正确,显示为未知列错误而非规则拦截提示
1 answers
求助,be内存配置合理方案