You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/01/25 12:24:00 UTC

[jira] [Created] (FLINK-21130) Add bin/ directory to PATH in docker image

Chesnay Schepler created FLINK-21130:
----------------------------------------

             Summary: Add bin/ directory to PATH in docker image
                 Key: FLINK-21130
                 URL: https://issues.apache.org/jira/browse/FLINK-21130
             Project: Flink
          Issue Type: Improvement
          Components: Deployment / Scripts
            Reporter: Chesnay Schepler
             Fix For: 1.13.0


To simplify the usage of the docker image where users manually call _some script(s)_ of the distribution it would be neat if the bin/ directory were added to PATH.

For example, you could then do a quick test run of a job via
{code}
docker run ... start.cluster.sh;flink run examples/batch/Wordcount.sh
{code}



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