Yesheng Ma created FLINK-8848: --------------------------------- Summary: bin/start-cluster.sh won't start jobmanager on master machine. Key: FLINK-8848 URL: https://issues.apache.org/jira/browse/FLINK-8848 Project: Flink Issue Type: Bug Components: Cluster Management, Configuration Affects Versions: 1.4.1 Environment: I login to a remote Ubuntu 16.04 server via ssh.
conf/masters: hostname:port Reporter: Yesheng Ma When I execute bin/start-cluster.sh on the master machine, actually the command `nohup /bin/bash -l /state/partition1/ysma/flink-1.4.1/bin/jobmanager.sh start cluster ...` is exexuted, which does not open the job manager. I think there might be something wrong with the `-l` argument, since when I use the bin/jobmanager.sh start, everything is fine. Kindly point out if I've done any configuration wrong. -- This message was sent by Atlassian JIRA (v7.6.3#76005)