描述
提交flink的作業(yè)時(shí),報(bào)如下錯(cuò)誤:
Caused by: org.apache.flink.util.FlinkException: Could not upload job files.
....
....
Could not connect to BlobServer at address localhost/127.0.0.1:34036
文章來源:http://www.zghlxwxcb.cn/news/detail-726188.html
?解決辦法
修改jobmanager的配置文件,flink-conf.yaml,:文章來源地址http://www.zghlxwxcb.cn/news/detail-726188.html
# 需要寫為0.0.0.0
jobmanager.bind-host: 0.0.0.0
# 固定一個(gè)端口
blob.server.port: 45579
到了這里,關(guān)于Flink: Could not connect to BlobServer at address localhost/127.0.0.1:34036的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!