Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
抹一把泥土
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
126
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
107
views
____
5
•
asked May 15, 2024
【已解决】在 python3 代码中连接 doris , conn.close(),为什么没有作用,我在 fe 节点的 session 中,仍然能看到
{code...}
2.1
0
votes
1
answers
48
views
王艳忠
42
•
asked May 15, 2024
【已解决】关于 doris be的 8040 和8060 这俩端口的web 页面
doris be的 8040 和8060 这两个端口是有web 页面的 但是没有鉴权的功能 有没有什么方式可以把这个页面给关掉 ,或者后期会不会增加be 页面的鉴权功能
2.0
0
votes
1
answers
209
views
ouou
3
•
asked May 15, 2024
【已解决】doris manager 是否可以将监控指标 输出到 外部 的prometheus之中?
后续我司在相关项目中 想引入 selectDB的doris Manager 。 doris manager里面貌似集成了自己的 prometheus,想问一下 能否支持 将所有监控指标对接到我们现有 的prometheus之中。
manager
0
votes
1
answers
80
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
191
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
81
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
69
views
炳裔
45
•
asked May 15, 2024
doris-manager启动后无法访问,后台报错显示没有user表
前端web报错:
manager
0
votes
1
answers
44
views
Prev
Prev
318
319
320
(current)
321
322
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
求助!x2doris同步经常中断
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了
Apache Doris内存不够,为什么不像spark一样排队处理,Tablet排队一个个处理,而是报错,请问这个解释对吗
1 answers
增量物化视图怎么创建
fe节点jvm gc频繁,偶尔出现fe节点be节点通讯报错