tillrohrmann commented on a change in pull request #8609: [FLINK-12541][container][python] Add support for Python jobs in build script URL: https://github.com/apache/flink/pull/8609#discussion_r292867402
########## File path: flink-container/docker/README.md ########## @@ -13,26 +13,28 @@ Install the most recent stable version of [Docker](https://docs.docker.com/insta Images are based on the official Java Alpine (OpenJDK 8) image. Before building the image, one needs to build the user code jars for the job. -Assume that the job jar is stored under `<PATH_TO_JOB_JAR>` +Assume that the job jar is stored under `<COMMA_SEPARATED_PATH_TO_JOB_ARTIFACTS>` Review comment: Seems not to fit. I guess the sentence needs to be changed to something like: `A Flink job can consist of multiple jars. In order to specify the required jars, they need to be passed to `--job-artifacts` of the build script. The individual paths are comma separated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
