flinksql查询doris表报错

2021-05-08 Thread maker_d...@foxmail.com
e; 若表是空的则查询数秒后程序停止 若表中有数据,数据查询不到 ,查询数秒后报错: [ERROR] Could not execute SQL statement.Reason:java.lang.NoSuchMethodError: scala.collection.JavaConversions$.deprecated$u0020asScalaSet(Ljava/util/Set;)Lscala/collection/mutable/Set; doris-version:0.13 也尝试编译了0.14,同样报错 flink-version:1.11.3 doris-flink-connector-version:1.0.0 希望大佬解答。 maker_d...@foxmail.com

doris fe重启失败:Current node is not in the electable_nodes list. will exit

2021-05-25 Thread maker_d...@foxmail.com
| +-+--+--+-+--+---+-+--+--++---+---+---+-+--+---+---+ 请问有人遇到过吗? 希望大佬帮助。 maker_d...@foxmail.com

Re: Re: doris fe重启失败:Current node is not in the electable_nodes list. will exit

2021-05-25 Thread maker_d...@foxmail.com
#x27;alter system add observer' command to rejoin the observer to the cluster. Ling Miao maker_d...@foxmail.com 于2021年5月26日周三 上午10:47写道: > doris宕机,fe节点重启,起初一直刷: > wait catalog to be ready. FE type: UNKNOWN. is ready: false > 在GitHub上查到在fe.conf中添加metadata_failure_recovery=true > 重启,三个

flinkcdc写入doris,500条后停止

2021-05-28 Thread maker_d...@foxmail.com
27;XXX', 'password' = 'XXX', 'sink.batch.size' = '1' ); flinksql source table: CREATE TABLE `mysql_business_order` ( `id` bigint , ... ) WITH ( 'connector' = 'mysql-cdc', 'hostname' = 'XXX', 'port' = '3306', 'username' = 'XXX', 'password' = 'XXX', 'database-name' = 'mcs_order10054', 'table-name' = 'business_order2021[0-9]*' ); maker_d...@foxmail.com