[ https://issues.apache.org/jira/browse/FLINK-9866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547653#comment-16547653 ]
ASF GitHub Bot commented on FLINK-9866: --------------------------------------- Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/6344#discussion_r203325086 --- 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 -- I removed it for the time being as in fact I haven't addresed the kubernetes part yet. > 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)