I’m running this script taken from the Flink website: tutorial.py
It correctly outputs a part file to the /tmp/output directory when I run it locally. However when I run this on my kubernetes session cluster there is no output. Any ideas?
-- Robert Cullen 240-475-4490 |
Hi Robert, Have you tried exploring the /tmp/output directory in the task manager pods on you kubernetes cluster? The StreamingFileSink will create the output directory on the host of task manager in which the sink tasks are executed. Best, Shuiqiang Robert Cullen <[hidden email]> 于2021年3月24日周三 上午2:48写道:
|
In reply to this post by Robert Cullen
How did you check the output when submitting to the kubernetes session cluster? I ask this because the output should be written to the local directory “/tmp/output” on the TaskManagers where the jobs are running on.
Regards, Dian
|
Ah, there they are. Thanks! On Tue, Mar 23, 2021 at 10:26 PM Dian Fu <[hidden email]> wrote:
-- Robert Cullen 240-475-4490 |
Free forum by Nabble | Edit this page |