You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/01/07 17:13:04 UTC

[jira] [Updated] (BEAM-11000) NullPointerException in Flink manager when submitting job

     [ https://issues.apache.org/jira/browse/BEAM-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Beam JIRA Bot updated BEAM-11000:
---------------------------------
    Labels: stale-P2  (was: )

> 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: beam-community
>    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: P2
>              Labels: stale-P2
>
> 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.3.4#803005)