Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
陌上花开
35
•
asked May 16, 2024
doris-manager的agent一直处于失效状态,但是找不到有效的日志
doris-manager的agent一直处于失效状态,agent的日志没有任何报错信息。manager始终处于无法使用状态,但是没有找到任何有效的信息。
manager
0
votes
1
answers
113
views
抹一把泥土
7
•
asked May 16, 2024
【已解决】For input string: "DATETIM"
[ERROR] 2024-05-16 10:46:12.494 +0800 - execute sql error: errCode = 2, detailMessage = Unexpected exception: java.lang.NumberFormatException: For input string: "DATETIM" 为什么不是"DATETIME",是报错"DATETIM"
2.0
0
votes
1
answers
36
views
____
3
•
asked May 16, 2024
关于insert into性能问题,有个疑问
之前看官网文档说,insert into 每次都会生成一个版本还是什么,频繁的insert into会有性能问题,因此在生产环境中不建议用insert into 因为官网文档关于导入方面的东西改了,找不到这个说明了 所以想请问一下,我通过doris-connector导入了几张表数据到了doris 现在我有个调度器,每半个小时的频率去执行指标的计算 而调度器执行就是再doris中执行sql,比如 insert into select 这种sql语句,就是从doris查到数据计...
2.1
0
votes
1
answers
113
views
陌上花开
35
•
asked May 15, 2024
【解决方案】springJDBC 出现 bug 的场景
springJDBC 出现 bug 的场景: 先执行 update 语句: jdbcTemplate.execute(sql); // 这个 sql 是 update .... 语句 然后再执行 select .... 语句 jdbcTemplate.queryForList(sql); 就会报错: org.springframework.dao.TransientDataAccessResourceException: StatementCallback; SQL [sel...
2.0
3
votes
1
answers
106
views
____
5
•
asked May 15, 2024
【已解决】在 python3 代码中连接 doris , conn.close(),为什么没有作用,我在 fe 节点的 session 中,仍然能看到
{code...}
2.1
0
votes
1
answers
47
views
王艳忠
42
•
asked May 15, 2024
【已解决】关于 doris be的 8040 和8060 这俩端口的web 页面
doris be的 8040 和8060 这两个端口是有web 页面的 但是没有鉴权的功能 有没有什么方式可以把这个页面给关掉 ,或者后期会不会增加be 页面的鉴权功能
2.0
0
votes
1
answers
185
views
ouou
3
•
asked May 15, 2024
【已解决】doris manager 是否可以将监控指标 输出到 外部 的prometheus之中?
后续我司在相关项目中 想引入 selectDB的doris Manager 。 doris manager里面貌似集成了自己的 prometheus,想问一下 能否支持 将所有监控指标对接到我们现有 的prometheus之中。
manager
0
votes
1
answers
76
views
caoliang
76
•
asked May 15, 2024
【解决方案】通过spark-doris-connector或者flink-doris-connector读取doris 2.1.x 版本出现type is DATETIMEV2, BUT arrow type is TIMESTAMPMICRO
通过spark-doris-connector或者flink-doris-connector读取doris 2.1.x 版本出现下面问题
faq
0
votes
1
answers
158
views
Kevin.Shin
19
•
asked May 15, 2024
【修复中】Manager v24.0.1 看不到be 的日志, fe 正常
doris的日志目录指定: fe: LOG_DIR = /data/soft/doris/logs sys_log_dir = /data/soft/doris/logs be: sys_log_dir = /data/soft/doris/logs 使用Manager接管doris集群,看不到be的日志,只有 {be_home}/log/下的内容。但是fe的日志是能查看的
manager
0
votes
2
answers
80
views
Belief
9
•
asked May 15, 2024
【已解决】使用oracle的catalog查询oracle表报错
在oracle的catalog当中, 当schema是C##开头时, 无法使用catalog查询。 查询语句: show tables from ORACLE.C##FLINKUSER 报错信息errCode = 2, detailMessage = Unknown database 'C' 采用 show tables from ORACLE.C##FLINKUSER show tables from 'ORACLE.C##FLINKUSER'...
doris-webui
2.1
catalog
0
votes
1
answers
66
views
Prev
Prev
289
290
291
(current)
292
293
Next
Next
Hot Questions
【直播预告】培训与认证课程正式上线,即刻预约 7月22日「答疑开放麦」
Doris-tag-2.1.8.1 编译问题
1 answers
V2.0.3 版本,集群环境。BE 挂了一个节点,配置了自动拉起,启动失败。麻烦大佬们帮忙看看
2 answers
doris query 执行成功,一直打印warn 日志
并发查询数过高出现报错,未找到合适配置项
关于集群修改FE与BE、IP信息场景