You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2019/11/26 01:57:00 UTC

[jira] [Comment Edited] (BEAM-8512) Add integration tests for Python "flink_runner.py"

    [ https://issues.apache.org/jira/browse/BEAM-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16982047#comment-16982047 ] 

Kyle Weaver edited comment on BEAM-8512 at 11/26/19 1:56 AM:
-------------------------------------------------------------

I'm trying to get the MiniCluster to work with FlinkUberJarJobServer, but I'm hitting a 404 error when it tries to upload the job jar. When I access v1/jobs/overview in my browser, I get 200 with response {"jobs":[]} However, when I go to v1/jars (which is supposed to just list the jars) I get 404 with response {"errors":["Not found."]}. For reference, when I use a "real" Flink cluster, the response is {"address":"http://localhost:8081","files":[]}. Any idea why this might be happening? [~mxm]


was (Author: ibzib):
I'm trying to get the MiniCluster to work with FlinkUberJarJobServer, but I'm hitting a 404 error when it tries to upload the job jar. When I access v1/jobs/overview in my browser, I get 200 with response {"jobs":[]} However, when I go to v1/jars (which is supposed to just list the jars) I get 404 with response {"errors":["Not found."]}. Any idea why this might be happening?

> Add integration tests for Python "flink_runner.py"
> --------------------------------------------------
>
>                 Key: BEAM-8512
>                 URL: https://issues.apache.org/jira/browse/BEAM-8512
>             Project: Beam
>          Issue Type: Test
>          Components: runner-flink, sdk-py-core
>            Reporter: Maximilian Michels
>            Assignee: Kyle Weaver
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> There are currently no integration tests for the Python FlinkRunner. We need a set of tests similar to {{flink_runner_test.py}} which currently use the PortableRunner and not the FlinkRunner.
> CC [~robertwb] [~ibzib] [~thw]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)