来自Wayne的邮件

2021-08-28 文章 Wayne

flink run -d -m yarn-cluster 提交任务到yarn集群不成功

2021-08-28 文章 Wayne
我的提交命令 ./bin/flink run -d -m yarn-cluster 报错如下 The program finished with the following exception: java.lang.IllegalStateException: No Executor found. Please make sure to export the HADOOP_CLASSPATH environment variable or have hadoop in your classpath. For more information refer to the "

Flink sql CLI parsing avro format data error 解析avro数据失败

2021-08-28 文章 Wayne
i have Apache Avro schema 我的avro schema 如下 { "type" : "record", "name" : "KafkaAvroMessage", "namespace" : "xxx", "fields" : [ { "name" : "aaa", "type" : "string" }, { "name" : "bbb", "type" : [ "null", "string" ], "default" : null },{ "name" : "ccc", "