Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
tt
1
•
asked May 7
请教gbase catalog如何创建?
社区代码应该已有GBASE的访问功能,请问如何创建呢?文档中似乎没收到。望大神们解答,感谢。 [https://github.com/apache/doris/blob/master/fe/be-java-extensions/jdbc-scanner/src/main/java/org/apache/doris/jdbc/GbaseJdbcExecutor.java]
decoupled
catalog
0
votes
2
answers
20
views
toms
13
•
asked May 7
磁盘分布不均匀
2.1.8版本,如何使其更集中???修改很多参数无效
resource-admin
2.1
storage
0
votes
2
answers
44
views
潘大晚
1
•
asked May 6
AWS上是否有Doris正式服务可用?计划用于生产环境。
1、背景 :历史服务和中间件等,都已部署在AWS. 2、诉求 :希望 AWS 上能够直接部署或购买 Doris 数据库,便于整体架构规划,包括数仓基础搭建、数据引擎设计等。 3、疑问 :Doris 社区只提供 AWS 测试体验方案,例如 [https://doris.apache.org/zh-CN/docs/install/deploy-on-cloud/doris-on-aws] ,想了解 AWS 上是否有 Doris 正式服务可用?或提供自部署方案?
3.0
catalog
install
demand
0
votes
1
answers
61
views
____
9
•
asked May 6
2.1.9 BE宕机
在集群内,有一个be节点报错下面内容后就down了,随后被配置的supervisor拉起。 {code...}
2.1
0
votes
1
answers
70
views
____
9
•
asked May 6
2.1.9 报错There is no scanNode Backend available
Doris版本:2.1.9 查看事务存在大量的报错 且在监控中看还存在断点的情况 日志中看在该时间段存在大量的Fail to write into Socket {code...} 这种问题从哪里下手排查
2.1
0
votes
1
answers
42
views
1
•
asked May 6
版本2.0.15,一个简单的查询都报内存不足错误,哪个兄弟能解决吗?很急!现在系统没法使用了,给大红包 微信17301583192
这是报内存不足的错误截图 这是节点26的top截图 这是节点25的top截图 这是节点22的top截图
2.0
0
votes
1
answers
78
views
jin'song tang
15
•
asked May 6
audit_log表stmt字段中文乱码
doris版本:2.1.3 fe.audit.log文件中文正常显示 查询audit_log表,中文不能正常显示,显示??? 字符集设置如下: 请帮忙给个解决思路哈
2.1
0
votes
2
answers
41
views
LaughingJun
7
•
asked May 6
hive catalog 写Doris异常 Insert Overwrite on same table
hive catalog 写 Doris 1.异常 errCode = 2, detailMessage = Not allowed running Insert Overwrite on same table: test.ads_bas_co2, 2.同样的语句之前是可执行的, 3.有这个异常后 truncate 执行卡死, 4.查询数据正常, 5.当天重启后问题可以复现,过几天(假期)后出现线程数据过多 6.重启后恢复正常 备注: 服务器资源充足,io 网络 内存 cpu...
3.0
0
votes
1
answers
53
views
lee.Wang
9
•
asked May 5
doris版本doris-2.1.7 。UK模型下有个字段id是自增的,消费kafka消息uk相同的消息,为什么这个自增id 会变化呢
CREATE TABLE test ( k1 bigint NOT NULL COMMENT 'k1', k2 bigint NOT NULL COMMENT 'k2', k3 bigint NOT NULL COMMENT 'k3', id bigint NOT NULL AUTO_INCREMENT(1) COMMENT '虚拟id', credate datetime NOT NULL DEFAULT CU...
2.1
ingestion
0
votes
2
answers
37
views
woshixiaobai
5
•
asked May 4
使用lag开窗时遇到错误的结果-2.1.8版本
我开窗时已经按照了user_id分区,不知道为啥取上一行的数据时,1002这个用户会取到1001这个用户的值。同样的代码用sparksql跑是正确的
2.1
0
votes
1
answers
46
views
Prev
Prev
48
49
50
(current)
51
52
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
批量删除分区(删除一个范围内的分区)
使用 JOB 定时执行 INSERT INTO SELECT 报错 Execute timeout
禁止在唯一表上使用时间序列压缩策略原因
doris 3.0.3 使用multi_match_any字符串搜索函数偶发性报错
doris2.1.7版本遇到show tablet tablet_id为空?