Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24
【直播预告】11 月 27 日,企业级 AI 应用解读系列直播来袭!首期聚焦 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-20251127...
community
4.0
0
votes
0
answers
31
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
19
answers
7418
views
odos
3
•
asked 12h ago
doris2.1.7 truncate table xxx 及 create table 报错,faied to find enugh backend
已经运行一段时间了,faied to find enugh backend, please check the replication num,repication tag and storage medim and ava car Create failed replications: replication tag: {"location" : "default"), replication num: 3, storage medium: ...
2.1
0
votes
1
answers
23
views
Max Mo
1
•
asked 16h ago
python使用读写doris的主流使用方式是什么样的
我是一个数据开发,目前刚接触Doris不久,主要是用python pandas和polars做数据处理,经常做的事,将数据从各个地方读取,处理,最后写入到Doris数据库中,目前我采取的解决措施是通过SqlAlchemy将数据写入到Doris和从Doris中读,但是目前写入瓶颈很大,pandas的to_sql方法限制数据chuck_size,太大会写入不进Doris,目前查阅官网相关资料,看到比较好的数据高效读取和高效写入方式。 数据写入,通过pydoris + stream...
query
ingestion
performance
0
votes
1
answers
8
views
zh
1
•
asked 16h ago
设置时区+08:00后,查询 information_schema.`partitions` 报错invalid format: Fixed/UTC+08:00:00
doris设置时区后查询报错 information_schema.partitions java.sql.SQLException: errCode = 2, detailMessage = (ip)[INTERNAL_ERROR]TStatus: Invalid ID for region-based ZoneId, invalid format: Fixed/UTC+08:00:00 doris 版本: doris version doris-4.0.1-rc02-79...
demand
0
votes
0
answers
22
views
lilili
3
•
asked 17h ago
routine load导入部分列更新失效
创建两个topic,创建两个routine load分别拉取对应的topic的数据到同一张表里,数据会被覆盖,不会更新是什么原因呢?参数partial_columns已经设为true,表的主键是meter_id和tv
ingestion
0
votes
1
answers
72
views
Ralts
1
•
asked 19h ago
doris 3.1.1 中 使用LEAST、GREATEST 函数,相同的变量会因为不同精度返回不一样的结果
select LEAST(cast(123.4 as decimal(38,4)),cast(23.45 as decimal(38,4))) as reuslt1, LEAST(cast(123.4 as decimal(38,4)),cast(23.45 as decimal(38,6))) as reuslt2, LEAST(cast(123.4 as decimal(36,4)),cast(23.45 as decimal(36,6))) as reuslt3, LE...
3.0
0
votes
0
answers
6
views
yanglinxi
1
•
asked 20h ago
1.2.8升级2.0.0 报错
2025-12-04 14:34:34,828 INFO (main|1) [PrivTable.addEntry():73] add priv entry: database privilege.ctl: internal, db: default_cluster:base_kheb, priv: Select_priv Load_priv Alter_priv Create_priv Drop_priv 2025-12-04 14:34:34,828 INFO (main...
2.0
0
votes
0
answers
3
views
yanglinxi
1
•
asked 21h ago
1.2.8升级到2.0.0 FE报错
java.io.IOException: java.lang.reflect.InvocationTargetException at org.apache.doris.persist.meta.MetaReader.read(MetaReader.java:119) at org.apache.doris.catalog.Env.loadImage(Env.java:1733) at org.apache.doris.catalog.Env.initialize(Env.j...
1.2
0
votes
0
answers
3
views
huangshiyou
11
•
asked 23h ago
doris-flink-connector 25.1.0在调用stream load时怎么去掉header中的columns属性
3.1
0
votes
0
answers
3
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
【直播预告】11 月 27 日,企业级 AI 应用解读系列直播来袭!首期聚焦 AI 函数应用
doris2.1.7 truncate table xxx 及 create table 报错,faied to find enugh backend
1 answers
routine load导入部分列更新失效
1 answers
设置时区+08:00后,查询 information_schema.`partitions` 报错invalid format: Fixed/UTC+08:00:00
python使用读写doris的主流使用方式是什么样的
1 answers
doris 3.1.1 中 使用LEAST、GREATEST 函数,相同的变量会因为不同精度返回不一样的结果