Zhijiang created FLINK-18612:
--------------------------------
Summary: WordCount example failure when using relative output path
Key: FLINK-18612
URL:
https://issues.apache.org/jira/browse/FLINK-18612 Project: Flink
Issue Type: Bug
Components: fs
Affects Versions: 1.11.0, 1.11.1
Reporter: Zhijiang
Fix For: 1.12.0, 1.11.2
The failure log can be found here [log|
https://pipelines.actions.githubusercontent.com/revSbsLpzrFApLL6BmCvScWt72tRe3wYUv7fCdCtThtI5bydk7/_apis/pipelines/1/runs/27244/signedlogcontent/21?urlExpires=2020-07-16T06%3A35%3A49.4559813Z&urlSigningMethod=HMACV1&urlSignature=%2FfAsJgIlIf%2BDitViRJYh0DAGJZjJwhsCGS219ZyniAA%3D].
When execute the following command, we can reproduce this problem locally.
* bin/start-cluster.sh
* bin/flink run -p 1 examples/streaming/WordCount.jar --input input --output result
It is caused by the [commit|
https://github.com/apache/flink/commit/a2deff2967b7de423b10f7f01a41c06565c37e62#diff-2010e422f5e43a971cd7134a9e0b9a5f ].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)