You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2017/02/17 19:07:41 UTC

[jira] [Created] (FLINK-5838) Fix jobmanager.sh usage

Greg Hogan created FLINK-5838:
---------------------------------

             Summary: Fix jobmanager.sh 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}



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