Alejandro created FLINK-8006: --------------------------------- Summary: flink-daemon.sh: line 103: binary operator expected Key: FLINK-8006 URL: https://issues.apache.org/jira/browse/FLINK-8006 Project: Flink Issue Type: Bug Components: Startup Shell Scripts Affects Versions: 1.3.2 Environment: Linux 4.12.12-gentoo #2 SMP x86_64 Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz GenuineIntel GNU/Linux Reporter: Alejandro
When executing `./bin/start-local.sh` I get flink-1.3.2/bin/flink-daemon.sh: line 79: $pid: ambiguous redirect flink-1.3.2/bin/flink-daemon.sh: line 103: [: /tmp/flink-Alejandro: binary operator expected I solved the problem replacing $pid by "$pid" in lines 79 and 103. Should I make a PR to the repo? -- This message was sent by Atlassian JIRA (v6.4.14#64029)