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
131
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
19
answers
7773
views
Power
33
•
asked 4h ago
doris manager 25.2.0升级25.3.0过程中webserver服务故障
doris manager 25.2.0升级25.3.0过程中页面卡住,后台手动运行start.sh脚本提示This environment variable is needed to run this program,实际java环境是有正常配置的
manager
0
votes
1
answers
6
views
wuzg2000
1
•
asked 6h ago
doris 4.0.3 存算分离用 apache ozone 做存储,加载数据后be日志报错
版本:doris 4.0.3和ozone 2.1.0,都采用k3s部署 现象: 1、可以正常创建vault和table 2、数据加载最后commit报错(可能和数据量有关系),但insert into select可以正常插入数据 3、查询数据正常。但be服务日志报compaction错误: {code...} 是因为没有适配 ozone 的原因吗?
decoupled
0
votes
0
answers
2
views
eternalhhh
1
•
asked 11h ago
[Bug] Arrow Flight SQL 在大数据量下出现 StringArray 偏移量损坏与内存越界
问题描述 (Description) 在使用 Arrow Flight SQL 获取含有较长 JSON 字符串(约 400 个 int32 元素的数组,单行约 2KB)的数据集时,Go 客户端 (apache/arrow-go) 频繁触发 panic: slice bounds out of range。 经过对内存布局的深度审计(Dump),发现 Doris BE 返回的 RecordBatch 存在严重的协议违规:其 StringArray 的 Offset Buffer...
query
0
votes
0
answers
9
views
zlhxxx
172
•
asked 14h ago
Doris 4.0.1 AI 智普连接不上
[2026-03-09 10:55:22] [HY000][1105] errCode = 2, detailMessage = (10.10.8.21)[HTTP_ERROR]The requested URL returned error: 404, url=https://open.bigmodel.cn/api/paas/v4/ create RESOURCE 'Zhipu_test' PROPERTIES ( 'type' = ...
4.0
0
votes
1
answers
9
views
wuzg2000
1
•
asked Mar 8
doris 4.0.3 存算分离k8s部署,主机重启后be无法启动
doris版本:4.0.3 部署方式:2节点k3s集群,fdb 2节点部署在主机上,operator和doris都是helm chart部署,存储为minio,初始安装后所有服务正常,已创建设置默认vault和cg,空集群未创建任何库和表 故障现象:重启集群主机后其他服务正常,但be的2个pod无法启动,一直crash,be pod日志如下: [root@ky10sp3 pvc-088260e4-3787-49eb-80d4-3e10eb2821db]# kubectl lo...
decoupled
0
votes
1
answers
12
views
zlhxxx
172
•
asked Mar 7
Doris 4.0.3 读取S3 如何确定schema
使用内置的s3 读取方式如下: INSERT INTO table (xx) SELECT XX as xx FROM S3( "uri" = "s3://s3mongoproduct//.parquet", "format" = "parquet", "s3.endpoint" = "s3.eu-central-1.amazonaws.com", "s3.region&#...
4.0
0
votes
1
answers
12
views
mortal
13
•
asked Mar 6
Doris 2.1.10->3.0.0->3.0.8->3.1.3 用Ranger 进行管控权限后不能创建用户
一、avx2版本升级 1.1 、Doris_Prd集群升级记录 2.1.10 -> 3.0.0 -> 3.0.8_ 3.1.3 ranger-doris-security.xml配置项 问题:不能创建用户 1.2、Doris_Prod_Version_Test 3.1.3版本直接升级 升级记录 权限控制示例 取消权限测试 二、noavx2版本也是一样的情况、不能创建用户 2.1.10->3.0.0->3.0.8->3.1.3 2.1.10->...
3.1
0
votes
0
answers
26
views
lubai
3
•
asked Mar 6
doris主键表可以bucket配置太小,怎么修改?
CREATE TABLE dwd_table ( user_id bigint(20) , id bigint(20) , spm text ) ENGINE=OLAP UNIQUE KEY(user_id, id) COMMENT '用户埋点' DISTRIBUTED BY HASH(user_id) BUCKETS AUTO PROPERTIES ( "replication_allocation" = "tag.location....
2.1
2.0
0
votes
1
answers
17
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
doris manager 25.2.0升级25.3.0过程中webserver服务故障
1 answers
[Bug] Arrow Flight SQL 在大数据量下出现 StringArray 偏移量损坏与内存越界
Doris 4.0.1 AI 智普连接不上
1 answers
doris 4.0.3 存算分离用 apache ozone 做存储,加载数据后be日志报错
doris 4.0.3 存算分离k8s部署,主机重启后be无法启动
1 answers
Doris 4.0.3 读取S3 如何确定schema
1 answers