[ 
https://issues.apache.org/jira/browse/FLINK-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903509#comment-15903509
 ] 

ASF GitHub Bot commented on FLINK-5838:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/3352


> Print shell script usage
> ------------------------
>
>                 Key: FLINK-5838
>                 URL: https://issues.apache.org/jira/browse/FLINK-5838
>             Project: Flink
>          Issue Type: Bug
>          Components: Startup Shell Scripts
>    Affects Versions: 1.3.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>             Fix For: 1.3.0
>
>
> {code}
> $ ./bin/jobmanager.sh 
> Unknown daemon ''. Usage: flink-daemon.sh (start|stop|stop-all) 
> (jobmanager|taskmanager|zookeeper) [args].
> {code}
> The arguments in {{jobmanager.sh}}'s call to {{flink-daemon.sh}} are 
> misaligned when {{$STARTSTOP}} is the null string.
> {code}
> "${FLINK_BIN_DIR}"/flink-daemon.sh $STARTSTOP jobmanager "${args[@]}"
> {code}
> Same issue in {{taskmanager.sh}} and {{zookeeper.sh}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to