Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
杨ddd
5
•
asked Apr 27
doris2.1.4查询oracle数据看的数据时 ,某字段提示日期转换异常
错误提示: rrCode = 2, detailMessage = (192.168.5.28)[CANCELLED]UdfRuntimeException: jdbc get block address: CAUSED BY: SQLException: ORA-17132: Invalid conversion requested: oracle.sql.DATE to java.time.LocalDateTime [https://docs.oracle.com/er...
2.1
0
votes
1
answers
9
views
fuyyee
1
•
asked Apr 27
routine load 不消费 kafka数据
doris版本:2.1.7 对同一张表创建了 多个 routine load 消费 多个 topic 的数据 有跑过很长一段时间都是正常的,在今天突然出现了消费不了的情况 重建作业后,也是只消费了一两分钟后就不再继续消费了 没有数据进入,导入作业没有保存信息,在 kafka 查看有显示存在消费的延迟
2.1
ingestion
0
votes
1
answers
24
views
XQG
11
•
asked Apr 27
Doris Catalog 是否支持连接 DM(达梦)数据库
Doris Catalog 是否支持连接 DM(达梦)数据库 经过测试, 连接的时候报错, 是不是不支持 从官网查看, 也没有找到(好像不支持达梦数据库)
2.1
0
votes
1
answers
67
views
1
•
asked Apr 27
paimon字段默认值查询为null的问题
发现个问题, 就是paimon设置了字段user_name的默认值以后。 写入数据时如果不写入这个user_name字段,然后用flink进行查询,字段user_name有默认值数据,但是用doris查询,字段没有数据。 版本:doris3.0.3,paimon 0.9。 图中上面是通过navicat查询doris,指定paimon的catalog查询结果,可以看到user_name的数据都是null。 图中下面是通过flinksql查询,指定paimon的catalog查询...
catalog
0
votes
1
answers
34
views
Xuefeng_Feng
15
•
asked Apr 26
如何获取Routine Load Job的执行状态指标-Prometheus任务监控
采用Routine Load Job从Kafka拉取数据写入Doris表中,有需求利用Prometheus+AlertManager监控Load Job是否正常运行,虽然可以通过Show Routine Load For JOBNAME方式人工查询任务状态,但是任务较多时候,人工定期查询不利于任务维护。 查看information_schema库中表没有合适的表支持,fe和be的/metrics也没有很合适的指标来支持,仅仅查到doris_be_routine_load_ta...
2.1
0
votes
1
answers
34
views
ComingZ
1
•
asked Apr 25
doris存储介质硬盘问题
大佬们请教个问题,我们的集群是esxi虚出来的机子。使用的硬盘是ssd的,但是安装doris以后doris识别为hdd,当初建表的时候存储介质都是指定的hdd,现在导入数据io被打满,但是数据流量并不大,完全没有到ssd的那种速度,是因为esxi吃了io还是因为什么,现在速度很慢,是不是可以指定存储目录为ssd强行修改,然后速度会不会上来io不会再打满,原本有数据的表的存储介质能否使用sql修改?
2.1
performance
0
votes
1
answers
31
views
williamchung
1
•
asked Apr 25
doris查询超时
版本2.0.8 3fe,若干be,所有到调度到一个资源组的3个be的查询,均为简单查询,20:29开始突然查询超时,手动发起查询也是超时,调度到其他节点的查询正常,。be、fe资源使用均正常,超时原因为一个be节点22.66请求超时,从fe节点telnet对应be节点端口是通的,最后通过重启(20:43分左右)这3个be节点恢复了(当时不是非常确定哪个节点故障,就都重启了)。 后面查看这几台be的日志,看起来是22.66这个be的8060端口超时,而当时telnet是通的,而...
2.0
0
votes
1
answers
55
views
Zack
1
•
asked Apr 24
Doris 2.1.9 count(DISTINCT IF(sum(ActualPrice)>0,PatientId,null)) 无法执行
2.1
demand
0
votes
1
answers
47
views
cpt_doris
19
•
asked Apr 24
使用arrow-flight-sql时间不对
但是用sdk查出来之后,数据时间跟库里对不上。 问题如https://doris-forum.org.cn/questions/D1jJ1/arrow-flight-sql-cha-xun-jie-guo-shi-jian-wei-utc-8
3.0
0
votes
1
answers
30
views
Tandoy
1
•
asked Apr 24
doris2.1.9 hive catalog的方式 insert into报错
使用的hive catalog的方式去查询hive的数据,利用doris 做计算,计算好的数据在写回hive;已经通过了刷新catalog并且做了truncate table,但是会报错:会报HDFS上目标文件已存在 tips:使用的是华为云上的Hive
2.1
catalog
0
votes
1
answers
52
views
Prev
Prev
52
53
54
(current)
55
56
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为空?