apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.65k stars 3.26k forks source link

Doris comsumer kafka0.10 Error #5742

Open 812406210 opened 3 years ago

812406210 commented 3 years ago

1、define table CREATE TABLE user ( id INT DEFAULT '10', name VARCHAR(32) DEFAULT '', age DECIMAL(10, 2) DEFAULT "10.5", create_time datetime NULL COMMENT "" ) DUPLICATE KEY(id) DISTRIBUTED BY HASH(id) BUCKETS 10 PROPERTIES("replication_num" = "1");

2、load kafka data create routine load load_test_user_1 on user columns (id,name,age,create_time), columns terminated by "," PROPERTIES ( "desired_concurrent_number"="1",
"max_error_number"="1000" ) FROM KAFKA ( "kafka_broker_list"= "uat-datacenter2:9092", "kafka_topic" = "doris_test"

);

3、happen this error image

can you help me to resove this ?

crazyleeyang commented 3 years ago

No data is consumed, image It's just a warning.