[
https://issues.apache.org/jira/browse/FLINK-21786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302312#comment-17302312
]
Matthias commented on FLINK-21786:
----------------------------------
Ok, my bad. The file needs to be accessible from within the Flink cluster, i.e.
the TaskManagers. Your TaskManagers might not have access to the file if it's
located in a local (non-distributed) folder on your JobManager pod.
> sample Job execution failed
> ---------------------------
>
> Key: FLINK-21786
> URL: https://issues.apache.org/jira/browse/FLINK-21786
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes
> Affects Versions: 1.12.0
> Environment: kubernetes debian container
> Reporter: Bhagi
> Priority: Minor
> Fix For: 1.12.0
>
> Attachments: image-2021-03-15-10-40-49-263.png,
> image-2021-03-15-10-42-00-269.png, job logs.txt
>
>
> Hi Team,
> i am trying to test sample word count job , but job execution is failing.
> unable to understand what exactly the issue is. Attached job execution info..
> !image-2021-03-15-10-40-49-263.png! !image-2021-03-15-10-42-00-269.png!
> ./bin/flink run ./examples/streaming/WordCount.jar --input
> file:///persistent/flinkData/test.txt --output
> file:///persistent/flinkData/wordcount_out
--
This message was sent by Atlassian Jira
(v8.3.4#803005)