Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
5
•
asked Apr 14, 2024
【已解决】请教 selectdb是否支持 struct 列表 array<struct<"key1",value1,"key2",value2>>
[https://doris.apache.org/docs/sql-manual/sql-functions/struct-functions/struct https://doris.apache.org/docs/sql-manual/sql-functions/array-functions/array] 您好,根据文档的描述,了解到 struct 和 array 其中 struct 结构已经定义: 查询也正常 {code...} 报错信息: 1105 - errCo...
2.1
0
votes
3
answers
99
views
雪烬0318
7
•
asked Apr 14, 2024
建表字段和ddl字段有出入,建议修正
2.1
0
votes
1
answers
54
views
forest
35
•
asked Apr 13, 2024
doris 2.1使用jdbc 使用group_commit 写入乱码
按照文档要求用jdbc读取hive 数据写入doris 使用preparedatatement 用group_commit 模式写入乱码,不开启则不是乱码。
2.1
0
votes
1
answers
46
views
张彬华
7698
•
asked Apr 13, 2024
【Apache Doris】周FAQ集锦:第 6 期
欢迎查阅本周的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
3
votes
1
answers
248
views
蜂蜜烤鸡翅
17
•
asked Apr 13, 2024
Routine Load指定一张表后,对这张表进行replace 行为异常
CREATE ROUTINE LOAD example_db.test1 ON example_tbl 为 test1 创建 Routine Load 任务 example_tbl 后 ALTER TABLE example_db.test1 REPLACE WITH TABLE example_db.test2 那 之后 Routine Load 任务 example_tbl 指向的表是 test2。 但我仍然想要 example_tbl任务 指向 replace 后的 t...
2.1
0
votes
1
answers
61
views
蜂蜜烤鸡翅
17
•
asked Apr 13, 2024
ALTER ROUTINE LOAD 手册不明确
手册中有tbl_name 指定需要导入的表的名称。但是语法事例中没有 请问ALTER ROUTINE LOAD 到底能不能修改对应表?
2.1
docs
0
votes
2
answers
61
views
雪烬0318
7
•
asked Apr 12, 2024
官方文档数据划分建表sql报错,报错时间改大仍然无法建表
[https://doris.apache.org/zh-CN/docs/data-table/data-partition#%E6%95%B0%E6%8D%AE%E5%88%92%E5%88%86-1] be.out 没有明显error,只有warning
2.1
0
votes
1
answers
42
views
____
7
•
asked Apr 12, 2024
BE 节点 8060 端口异常,routine load 不消费 kafka 消息
2024-04-04 12:18 收到 kafka 消费积压告警,routine load 状态正常,但是不消费 kafka 消息 异常 be 节点机器监控 fe.log 有很多 failed to get latest offsets 异常 {code...}
2.1
0
votes
2
answers
166
views
albert
13
•
asked Apr 12, 2024
【已解决】Doris Manager有开源的规划吗?
Doris Manager做的很用心,有开源的打算吗?之前gihub上有个apache doris manager项目,可惜没人维护了!
manager
0
votes
2
answers
369
views
hanson
11
•
asked Apr 12, 2024
【已解决】2.0.2版本支持资源隔离功能吗?
看文档中这段描述,是说如果用户的resource_tags.location指定了相关值,那还是可以做到资源隔离功能,是这么理解吗?
resource-admin
query
2.0
0
votes
1
answers
102
views
Prev
Prev
414
415
416
(current)
417
418
Next
Next
Hot Questions
doris同连接的元数据获取不到字段
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
1 answers
Doris Manager支持降级吗
1 answers
arm版本部署doris4.0版本,提示No valid foundationdb package found in /data/doris-manager-downloads/doris
1 answers
Group Commit写入原理请教