1. 问题日志 查询报错 ```Failed to initialize storage reader, tablet={tablet_id}.http://xxx.xx...
如果遇到上述报错Failed to find enough host with storage medium and tag,一般是因为be.conf中只配置了SSD的介质,而fe中参数default_storage_medium默认为HDD,因此建表时会发现没有HDD介质的存储而报错。解决方案可以修改此FE配置并重启FE生效;或者将be.conf中SSD的显式配置去掉;或者建表时增加properties参数properti...
如果遇到上述报错Failed to find enough host with storage medium and tag,一般是因为be.conf中只配置了SSD的介质,而fe中参数default_storage_medium默认为HDD,因此建表时会发现没有HDD介质的存储而报错。解决方案可以修改此FE配置并重启FE生效;或者将be.conf中SSD的显式配置去掉;或者建表时增加properties参数properti...
如果遇到上述报错Failed to find enough host with storage medium and tag,一般是因为be.conf中只配置了SSD的介质,而fe中参数default_storage_medium默认为HDD,因此建表时会发现没有HDD介质的存储而报错。解决方案可以修改此FE配置并重启FE生效;或者将be.conf中SSD的显式配置去掉;或者建表时增加...
Failed to find enough host with storage medium and tag ,一般是因为be.conf中只配置了SSD的介质,而fe中参数default_storage_medium默认为HDD,因此建表时会发现没有HDD介质的存储而报错。解决方案可以修改此FE配置并重启FE生效;或者将be.conf中SSD的显式配置去掉;或者建表时增加properties参数 ...
=nil{log.Println("Failed to Read the File",file,err)}record:=strings.NewReader(string(fileContext))//提交请求reqest,err:=http.NewRequest(http.MethodPut,url,record)//增加header选项reqest.Header.Add("Authorization","basic "+auth(load))reqest.Header.Add("EXPECT","100-continue")varu1=uuid....
log.Println("Failed to Read the File", file, err) } record := strings.NewReader(string(fileContext))//提交请求reqest, err := http.NewRequest(http.MethodPut, url, record)//增加header选项reqest.Header.Add("Authorization","basic "+auth(load)) ...
10.1.38)[INTERNAL_ERROR]failed to init reader for file /user/hive/warehouse/ods_detail/day=2023-04-16/ods_detail.csv, err: [IO_ERROR]faield to connect to hdfs hdfs://vm33:8020: (22), Invalid argument), reason: UnknownHostException: vm33 mysql> ERROR 1105 (HY000): errCode = 2, ...
Q13. create partition failed. partition numbers will exceed limit variable max_auto_partition_num To prevent accidental creation of too many partitions when importing data for auto-partitioned tables, we use the FE configuration itemmax_auto_partition_numto control the maximum number of partitions to...
本记录内容目前包括: 1、doris部署安装 2、fe、be服务加入系统开机启动 3、解决httpclient方式向doris导入数据时,“no valid Basic authorization”的错误 4、be节点无法连接fe,提示:java.net.NoRouteToHostException