dianfu 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_r292872352
########## 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: +1. Only one concern: what about changing `jars` to `artifacts`? ---------------------------------------------------------------- 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
