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)