[
https://issues.apache.org/jira/browse/FLINK-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16073681#comment-16073681
]
ASF GitHub Bot commented on FLINK-7097:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4253#discussion_r125476796
--- Diff: flink-dist/src/main/flink-bin/bin/taskmanager.sh ---
@@ -73,11 +78,11 @@ if [[ $STARTSTOP == "start" ]] || [[ $STARTSTOP ==
"start-foreground" ]]; then
fi
if [[ $STARTSTOP == "start-foreground" ]]; then
- exec "${FLINK_BIN_DIR}"/flink-console.sh taskmanager "${args[@]}"
+ exec "${FLINK_BIN_DIR}"/flink-console.sh TYPE "${args[@]}"
--- End diff --
should this be $TYPE?
> Start TaskExecutor via start-up script
> --------------------------------------
>
> Key: FLINK-7097
> URL: https://issues.apache.org/jira/browse/FLINK-7097
> Project: Flink
> Issue Type: Sub-task
> Components: Startup Shell Scripts
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Labels: flip-6
>
> Start the {{TaskExecutor}} via the start-up scripts.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)