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 2020/05/27 18:58:00 UTC

[jira] [Resolved] (BEAM-9993) Add option defaults for Flink Python tests

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

Kyle Weaver resolved BEAM-9993.
-------------------------------
    Fix Version/s: 2.23.0
       Resolution: Fixed

> Add option defaults for Flink Python tests
> ------------------------------------------
>
>                 Key: BEAM-9993
>                 URL: https://issues.apache.org/jira/browse/BEAM-9993
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: P3
>              Labels: portability-flink
>             Fix For: 2.23.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I want to run a single Flink Python test:
> python -m apache_beam.runners.portability.flink_runner_test FlinkRunnerTest.test_metrics
> But I get this error:
> TypeError: expected str, bytes or os.PathLike object, not NoneType
> Turns out flink_job_server_jar isn't set, and there's no default value. We should set a default.
> We should also change the default environment type to LOOPBACK for basic testing purposes because it requires the least setup.



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