Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Striven
11
•
asked Apr 17, 2024
【已解决】Flink Stream Load 方式写入类型为 array<smallint(6)> 字节不够但是却没报错,写入 [null]
如题,这里应该提示报错,并给 url 展示报错原因,比如字节数不够。 当 flink 采用 Stream Load 方式写入类型是 array<char(36)> 的时候,却能够因为字节不够,导致写入失败,并列出失败原因的 url。 因为上述字节不够导致了另外一个问题,修改字段长度,array<char(36)> --> array<varchar(100)>,却报了一个错误:SQL 错误 [1105] [HY000]: errCod...
ingestion
2.0
0
votes
2
answers
94
views
Roger
19
•
asked Apr 17, 2024
spark寫入欄位有default timestamp卻不起作用
doris table ddl如下 {code...} Doris版本2.1.1,從helm k8s部署 spark connector版本1.3.1
2.1
0
votes
1
answers
103
views
椰子Echo@SelectDB
1111
•
asked Apr 17, 2024
【Release Note】Apache Doris 2.1.2 版本正式发布!
亲爱的社区小伙伴们,Apache Doris 2.1.2 版本已于 2024 年 4 月 12 日正式发布。该版本提交了若干改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。 官网下载页: [https://doris.apache.org/download/ GitHub 下载:https://github.com/apache/doris/releases]
2.1
community
0
votes
1
answers
102
views
forest
35
•
asked Apr 17, 2024
jdbc 写入 doris 报错 max_allowed_packe
Caused by: java.sql.SQLNonTransientConnectionException: Got a packet bigger than 'max_allowed_packet' bytes
2.1
0
votes
4
answers
238
views
zhangjj
77
•
asked Apr 17, 2024
【已记录】fe master节点fe.warn.log一直打印日志
版本:2.1.1 打印日志 2024-04-17 11:06:35,793 WARN (thrift-server-pool-0|111) [QeProcessorImpl.reportExecStatus():236] Exception during handle report, response: TReportExecStatusResult(), query: 5ef612155248471f-ba3f84c15be421ad, instance: 0-0 2024...
2.1
0
votes
1
answers
106
views
许鸿坤@Cisco
21
•
asked Apr 17, 2024
【已解决】index占用内存的配置有哪些?如何避免index不命中
请问有没有关于index占用内存的limit设置,我们现在有足够的内存,所以不想index miss的情况,或者将这个这个miss index的概率降到很低的配置呢 InvertedIndexQueryCacheHit: 114 InvertedIndexQueryCacheMiss: 44
2.1
0
votes
1
answers
100
views
gfox
15
•
asked Apr 17, 2024
【已解决】使用Flink Doris Connector读取kafka数据写入DORIS,如何提升写入速度
使用Flink Doris Connector读取kafka数据写入DORIS,开启了checkpoint,checkpoint的间隔是20秒,现在写入速度是10000每秒,请问如何提升单并发的写入速度?
ingestion
2.0
0
votes
3
answers
231
views
____
3
•
asked Apr 17, 2024
【已解决】routine load json有特殊字符,同步失败
Reason: Parse json data for JsonDoc failed. code: 13, error info: Within strings, some characters must be escaped, we found unescaped characters 示例数据: "content":"EventQueued"
ingestion
2.0
0
votes
2
answers
154
views
Kevin.Shin
19
•
asked Apr 17, 2024
【已记录】doris是否计划提供数据变更日志,类似于MySQL的binlog
如题,如果基于doris做分层的实时数仓,binlog会有较大的帮助,dw,dm只拿增量数据计算就行
demand
0
votes
1
answers
111
views
albert
13
•
asked Apr 16, 2024
【已解决】托管的doris集群升级,be存储配置是多目录时,在备份数据阶段有${DORIS_HOME}未解析,导致升级失败
doris-manager 版本24.0.0
manager
0
votes
1
answers
106
views
Prev
Prev
409
410
411
(current)
412
413
Next
Next
Hot Questions
doris同连接的元数据获取不到字段
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
1 answers
Doris Manager支持降级吗
1 answers
arm版本部署doris4.0版本,提示No valid foundationdb package found in /data/doris-manager-downloads/doris
1 answers
Group Commit写入原理请教