[
https://issues.apache.org/jira/browse/BEAM-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17548957#comment-17548957
]
Danny McCormick commented on BEAM-11000:
----------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/20567
> NullPointerException in Flink manager when submitting job
> ---------------------------------------------------------
>
> Key: BEAM-11000
> URL: https://issues.apache.org/jira/browse/BEAM-11000
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Affects Versions: 2.24.0
> Environment: jobmanager:
> image: flink:1.11.2-scala_2.11
> ports:
> - "8081:8081"
> command: jobmanager
> environment:
> - |
> FLINK_PROPERTIES=
> jobmanager.rpc.address: jobmanager
> taskmanager:
> image: flink:1.11.2-scala_2.11
> depends_on:
> - jobmanager
> command: taskmanager
> environment:
> - |
> FLINK_PROPERTIES=
> jobmanager.rpc.address: jobmanager
> taskmanager.numberOfTaskSlots: 2
> beamworker:
> image: apache/beam_python3.8_sdk
> ports:
> - "50000:50000"
> command: --worker_pool
> Reporter: Samuel Brotherton
> Priority: P3
>
> Apologies if this is user error, as I am still learning Beam. I am attempting
> to run a python-based pipeline on the Flink runner, with Flink and an
> external beam image running inside docker-compose (see "Environment").
> Whenever I submit a job, I get the following error. Am I doing something
> wrong? Thanks in advance.
> * Edit: Jira mangled the traceback, you can see it here:
> https://gist.github.com/sbrother/b9f62580fbab84e2cfc925e0ea8ffc07
--
This message was sent by Atlassian Jira
(v8.20.7#820007)