[ https://issues.apache.org/jira/browse/FLINK-9866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16546032#comment-16546032 ]
ASF GitHub Bot commented on FLINK-9866: --------------------------------------- Github user yanghua commented on a diff in the pull request: https://github.com/apache/flink/pull/6344#discussion_r202895544 --- Diff: flink-container/kubernetes/README.md --- @@ -17,6 +17,7 @@ The files contain the following variables: - `${FLINK_IMAGE_NAME}`: Name of the image to use for the container - `${FLINK_JOB}`: Name of the Flink job to start (the user code jar must be included in the container image) +- `${FLINK_JOB_ARGUMENS}`: Job specific command line arguments --- End diff -- Shall we give a example or more documentation to guide how to pass the command line arguments? for example the format, like "--arg val" or something else? because here are many formats such as "--key value", "-Dxxx=xx". > Allow passing program arguments to StandaloneJobCluster > ------------------------------------------------------- > > Key: FLINK-9866 > URL: https://issues.apache.org/jira/browse/FLINK-9866 > Project: Flink > Issue Type: Bug > Components: Distributed Coordination > Affects Versions: 1.6.0 > Reporter: Dawid Wysakowicz > Assignee: Dawid Wysakowicz > Priority: Major > Labels: pull-request-available > Fix For: 1.6.0 > > > Right now always an empty array is passed as arguments to > {{StandaloneJobClusterEntryPoint}}. Should pass the parsed arguments. Also we > should extend run and docker scripts to allow passing arguments. -- This message was sent by Atlassian JIRA (v7.6.3#76005)