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
177
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
19
answers
8013
views
vvk56
1
•
asked 17m ago
doris3.1.4存算分离,并发瓶颈
我的测试doris集群 2fe2be 都是4c16g,数据存储在自建的minio中,部署在同一个K8S集群。 通过paimon外表读取数据 目前试过很多参数的调整, max_user_connections = 10000 set global exec_mem_limit = '12884901888'; set global enable_query_cache = true; set global enable_sql_cache = true; set...
catalog
3.1
0
votes
0
answers
3
views
Wanghl382
13
•
asked 1h ago
Flink Doris Connector 的left join on查询不到数据
Doris 版本是 2.1.10,我在 MySQL 客户端里直接对 Doris 执行 left join on 语句,能正常查到数据;但是在 Flink SQL 里执行同样的关联逻辑,却查不到关联结果。 想请教一下,Flink 连接 Doris 是不是不支持 left join on 这种写法? 其中 paimon_union_view 是一张流表。 我的 SQL 如下(SERIAL_NUMBER肯定有数据,num是null): select p.SERIAL_NUMBER,...
2.1
0
votes
0
answers
6
views
Zq
1
•
asked 2h ago
doris 4.0.4 版本存算分离,STORAGE VAULT 无法创建 ha 高可用的hdfs集群存储
STORAGE VAULT 无法创建 ha 高可用的hdfs集群存储 请问如何创建,或者给出一个加载hdfs配置文件的方法
decoupled
install
0
votes
0
answers
13
views
KENTO
1
•
asked 3h ago
BE内存无法回收的问题
Doris版本V3.0.5,目前遇到了BE内存持续上涨到不足的问题;其中UntrackedMemory占比达90%,并且minor GC无法回收内存,也没有触发full GC,请教下各位老师如何定位这种问题。下面是一段Memory Snapshot {code...}
3.0
0
votes
0
answers
5
views
3
•
asked Apr 27
doris同连接的元数据获取不到字段
doris 版本:v4.0.1 通过连接的元数据获取字段获取不到。 PreparedStatement ps = connection.prepareStatement(querySql)) { ps.setMaxRows(1); // 关键:直接获取元数据,不执行查询! ResultSetMetaData metaData = ps.getMetaData(); {code...}
faq
0
votes
0
answers
12
views
AnfaZhang
3
•
asked Apr 27
Group Commit写入原理请教
当Stream Load直连BE节点LB地址进行写入且开启了Group Commit的时候(相当于每次写入每次随机连一个BE), 攒批发生在哪个节点呢, 是被直接连接的这个节点, 还是内部有机制同一张表转发到某个确定的BE, 如文档https://doris.apache.org/zh-CN/docs/4.x/data-operate/import/load-internals/stream-load-in-complex-network#group-commit-lb-sc...
decoupled
0
votes
1
answers
15
views
cym
3
•
asked Apr 27
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
Doris 版本:3.0.8 Doris Spark Connector 版本:1.2.0 Spark 版本:2.4.0 Scala 版本:2.11.12
3.0
ingestion
0
votes
1
answers
12
views
Yz1988
7
•
asked Apr 27
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
执行SQL脚本失败!当前数据源为:doris.Error executing: DELETE FROM sjptkf_db.ADS_BFS_BTA_REDEEMDETAIL WHERE CFM_DATE=20260425 . Cause: java.sql.SQLException: errCode = 2, detailMessage = (10.202.5.127)[CANCELLED]Process memory not enough, cancel top memor...
memory
2.1
performance
0
votes
1
answers
13
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
doris3.1.4存算分离,并发瓶颈
doris 4.0.4 版本存算分离,STORAGE VAULT 无法创建 ha 高可用的hdfs集群存储
Flink Doris Connector 的left join on查询不到数据
BE内存无法回收的问题
Group Commit写入原理请教
1 answers
doris同连接的元数据获取不到字段