Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
vinlee
303
•
asked Apr 25, 2024
【解决方案】如何将其他数据库(OLAP/OLTP)中的表结构同步到Doris?
方式一:Sql convertor(SQL 方言转换器) 在线体验链接: [https://play.selectdb.com/sql-convertor 方式二:catalog 例如:在Doris 中建立catalog后, 可以通过show create table tableName 查看外表的表结构,同时可以show create table like在内表创建相对应的表。 show create table tableName like jdbc_catalog.da...
catalog
ingestion
2
votes
2
answers
270
views
Sol.
7
•
asked Apr 25, 2024
【已解决】sql黑名单golbal参数设置为false时未生效
黑名单创建语句: create SQL_BLOCK_RULE test_rule PROPERTIES( "sql"="select \* from \w+", "global"="false", "enable"="true" ) 查询未生效 将global参数改为true后黑名单生效
2.1
0
votes
1
answers
56
views
zhou
3
•
asked Apr 25, 2024
【已解决】BE 里面的OtherUsedCapacity是什么数据?能否清除以及清除方法
doris的版本1.2.1 请问下大佬,BE 里面的 OtherUsedCapacity 是什么数据,能否清除以及请教下清除方法
1.2
0
votes
1
answers
77
views
zhang
11
•
asked Apr 24, 2024
【已解决】用Cluster Manager部署doris,BE一直起不来
1FE+1BE,都部署在本地的两个虚拟机centos7中,但是BE一直起不来。 多次尝试,Cluster Manager的错误日志没有内容。 日志如下图:
manager
0
votes
1
answers
106
views
海边看花开
29
•
asked Apr 24, 2024
【修复中】2.1版本,UNIQUE表开启了merge-on-write后,添加update_time 报错
建表: {code...}
2.1
0
votes
1
answers
130
views
yalamountain
24
•
asked Apr 24, 2024
【已解决】主键模型设置按列更新为true;关闭严格模式后,插入字段不包括时间字段,但是时间字段有默认值的时候会报错
版本 doris-2.1.2-rc04 背景是在数据更新的过程中想让doris自动记录下数据第一次创建的时间和后续的更新时间。 {code...} 当修改建表语句 如果不限制 created不为空,则插入不会有问题。但是数据会有异常。设定的默认值会丢失 date_created DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间' 为 date_created DATETIME DEFAULT C...
2.1
storage
0
votes
1
answers
184
views
new-bug
9
•
asked Apr 24, 2024
【已解决】doris如何实现行转列,类似于postgresql中的unnest函数
以下是postgresql中的SQL实现 {code...}
catalog
0
votes
1
answers
1061
views
North Lin
35
•
asked Apr 24, 2024
【已解决】spark connector报spark type is DATETIMEV2, but arrow type iS TIMESTAMPMICRO
doris版本:2.1.1 spark connector版本:spark-doris-connector-3.2_2.12:1.3.0 问题描述:doris从2.0.x升级到2.1.x后,datetime类型读取失败
2.1
0
votes
1
answers
501
views
changguowei
199
•
asked Apr 24, 2024
【已解决】Doris冷热分层策略调整后,现有上云数据是否会写回到BE节点本地磁盘上
{code...} 近五天的数据会从oss重新落到本地磁盘上吗?
2.0
0
votes
1
answers
90
views
changguowei
199
•
asked Apr 24, 2024
【已记录】Doris导出ORC文件,Hive查询报错
EXPORT和SELECT INTO OUTFILE 导出的 ORC 文件,Doris查询 hive catalog 没问题,Doris 执行 select from S3 也没问题。 但是hive查询报错ORC报错,只导出一个字段(varchar类型),hive查询也报相同错误。 split generation failed with exception: java.lang.ArrayIndexOutOfBoundsException: 6
ingestion
0
votes
1
answers
125
views
Prev
Prev
399
400
401
(current)
402
403
Next
Next
Hot Questions
官方文档的示例运行报错(array_sort)
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热