Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
David
3
•
asked Aug 14, 2024
Doris 3.0.0 创建物化视图报错
如题,使用Doris 3.0.0 版本创建普通视图没问题,创建物化实体报错如下 SQL语句 如下: CREATE MATERIALIZED VIEW hexin_dws.dws_order_plat_order as select 'AE' as plat, id, sys_order_id, plat_order_id, sales_channel, store_member, store_id, customer_id, payment_type, is_...
3.0
0
votes
1
answers
123
views
yugunsung
117
•
asked Aug 14, 2024
启用light_schema_change报错consistency check failed
版本2.0.12 有一张之前建的表没有开启light_schema_change,表数据量很大导致修改字段长度需要耗时几个小时,因此考虑执行如下命令修改表属性light_schema_change为true {code...}
2.0
0
votes
1
answers
66
views
changguowei
199
•
asked Aug 14, 2024
从hive表中导入数据到doris,如何保证任务稳定导入?
Doris版本2.1.5 问题: 1、从hive中导入数据到doris,报错内存不足,如何保证在内存有限的情况下,导入成功? 2、是否可以设置导入时任务使用的内存大小? 导入SQL如下: {code...} 报错信息
2.1
0
votes
1
answers
76
views
ivancxj
23
•
asked Aug 14, 2024
执行update语句结果正常,但fe.log日志必定触发only support prepare SelectStmt or NativeInsertStmt
详细日志: org.apache.doris.common.UserException: errCode = 2, detailMessage = Only support prepare SelectStmt or NativeInsertStmt 请问如何解决
2.1
0
votes
2
answers
177
views
solaris
45
•
asked Aug 14, 2024
version=3, lastFailedVersion=4, lastSuccessVersion=3导致查询失败,如何处理?
{code...} 这种如何删除错误的version,恢复正确的version? 谢谢各位老师。
2.1
0
votes
3
answers
116
views
yky_young
67
•
asked Aug 14, 2024
【已解决】doris insert into having 语法禁止写入,查询无问题
版本2.0.13 异常如下 {code...}
2.0
0
votes
1
answers
99
views
yky_young
67
•
asked Aug 14, 2024
【已解决】doris-insert into 数据错误
版本 2.0.13 期望 biz_date 写入 '2024-08-13' 实际写入 '2024-08-14' 经测试1.2.7版本无此问题 以下为测试用例 {code...}
2.0
0
votes
2
answers
178
views
xinlei.bai
1
•
asked Aug 14, 2024
fe master内存不断增加,非mater的fe内存不增加,目前定位是mysql catalog的问题
doris2.1.4版本+openjdk version "1.8.0_352"使用mysql catalog功能,JVM的元空间内存在不断增加,不回收。 请问这个问题如何解决? 有大量的这样的类无法卸载。 下面是元空间的大小,已经超过正常的大小。
2.1
0
votes
2
answers
222
views
____
1
•
asked Aug 14, 2024
2.1.5版本,doris be失效之后,一直无法恢复
手动重启也不行,一直失效中 进程是一直存在的
2.1
0
votes
2
answers
90
views
一一念一一
5
•
asked Aug 14, 2024
doris2.1.5版本支持ranger脱敏吗?
问题目前已解决,根据官方的指导,发现新优化器没有开启来,导致脱敏策略不生效 ranger版本2.4.0,脱敏策略已传输到doris,但是我用对应的用户登录doris并没有看到对应字段脱敏,是版本兼容问题?以下是发送到doris的脱敏策略以及explain: {code...}
2.1
0
votes
1
answers
92
views
Prev
Prev
307
308
309
(current)
310
311
Next
Next
Hot Questions
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
存算分离下groupcommit是否支持wal写入