Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24, 2025
【资料获取】AI- Native 系列直播,聚焦 AI 函数、混合检索、实践落地等
11 月 27 日(周四) 19:30-20:30,飞轮科技资深技术专家、Apache Doris PMC 成员李昊鹏、Apache Doris Active Contributor 林真祺将带来 Apache Doris 4.0 版本原生 AI 函数的设计理念、实现原理 以及企业级应用的解读,为用户提供更强大、更易用的智能数据分析体验。 资料获取: [https://www.selectdb.com/resources/events/doris-webinar-202511...
community
4.0
0
votes
0
answers
219
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
20
answers
8537
views
Dave
1
•
asked 3h ago
Doris漏洞
目前有两个漏洞,一个是Apache apisix授权问题漏洞(CVE-2026-49231),一个是 Apache Doris MCP server SQL注入漏洞,3.1.3和2.1.7两个版本是否涉及这个漏洞
3.0
0
votes
0
answers
3
views
vinky
1
•
asked 10h ago
doris版本 4.0.6中SHOW STREAM LOAD加where条件报错跟说明不符合
版本 4.0.6 SHOW STREAM LOAD from dp where Status='Success' ORDER BY StartTime DESC limit 1 这样查询报错,报错信息写的STATE,但结果显示字段是STATUS detailMessage = Where clause should looks like: LABEL = "your_load_label", or LABEL LIKE "matcher...
4.0
0
votes
1
answers
20
views
yj
1
•
asked Jul 13
启用单副本Compaction,重启后Compaction Score 版本数堆积
如题,doris-3.1.4-rc02 版本。3FE+3BE集群,在开启单副本Compaction之后,使用的time_series策略。重启了某个BE节点,今天就发现有某张表在我重启那天的几个分片Compaction版本一直上升,没有下降趋势,堆积到了 2w+如下: [ { "compaction_score": "20127", "tablet_id": "1782230556290" } ] 原来一直是正常...
cluster
0
votes
1
answers
37
views
xuweijun
35
•
asked Jul 10
4.0.6版本不支持 unsupported hive table serde: org.apache.hadoop.hive.serde2.JsonSerDe
1、hive表结构: CREATE TABLE ods_np_order_master_i( id string COMMENT 'from deserializer', bill_no string COMMENT 'from deserializer', store_id string COMMENT 'from deserializer', source_id string COMMENT 'from deseri...
catalog
0
votes
3
answers
24
views
jike77809
1
•
asked Jul 10
存算分离cloud模式下的灾备问题
两个完全独立的 Cloud 集群, 如下 集群A ├─ FE-A ├─ BE-A ├─ MS/RE-A └─ FDB-A 集群B ├─ FE-B ├─ BE-B ├─ MS/RE-B └─ FDB-B 集群B如何同步复制集群A,或者使用DDL重建链接到A的S3上使其数据能访问? 存算分离模式下元数据好像不仅仅存储在FDB中,还有部分如catalog/databases等等是在FE meta中的?
4.1
0
votes
3
answers
20
views
Jane
3
•
asked Jul 9
DBA岗位招聘
【招聘】 岗位名称:DBA 工作地点:厦门 工作经验/年限:3年以上 学历要求:本科及以上 工作职责:1、负责数据库的部署方案设计和实施、故障处理,数据库架构与性能调优,确保数据库服务稳定高效高可用运行; 2、负责数据库服务的运行监控,提前发现隐患,规避风险; 3、负责各类结构化和非结构化数据的备份与恢复方案的制订和实施,确保数据安全; 4、负责数据运维工作的规范化、标准化和自动化; 5、负责ETL的自动化开发、故障处理与性能调优; 6、负责总结数据库领域的故障处理、性能分析...
3.0
0
votes
0
answers
23
views
xuweijun
35
•
asked Jul 9
3.1.4 使用ccr 同步数据到4.0.6报错
[2026-07-09 15:24:34.998] INFO handle barrier binlog, ignore it job=ccr_flink_to_406 line=ccr/job.go:3272 [2026-07-09 15:24:34.998] INFO all table/partition commit seq reach the commit seq, switch to incremental sync, commit seq: 237194 job...
4.0
0
votes
1
answers
34
views
Asl
1
•
asked Jul 9
be连续崩溃
从3.1.4升级到4.0.6时,有一个节点的BE启动约30秒内就会立刻崩溃,没有oom,资源充足 昨晚修改参数重启了另一个节点上的fe和be时,这个节点又开始一直崩溃了 be.out内基本都是这样的堆栈信息,在反复约10~30分钟后才能正常运行。 {code...}
4.0
0
votes
1
answers
24
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
Doris漏洞
doris版本 4.0.6中SHOW STREAM LOAD加where条件报错跟说明不符合
1 answers
启用单副本Compaction,重启后Compaction Score 版本数堆积
1 answers
4.0.6版本不支持 unsupported hive table serde: org.apache.hadoop.hive.serde2.JsonSerDe
3 answers
存算分离cloud模式下的灾备问题
3 answers
3.1.4 使用ccr 同步数据到4.0.6报错
1 answers