1 Clone the 1.11 snapshot repository
2 Build it on windowns
3 Scp the flink-dist/target/flink-1.11-SNAPSHOT-bin/flink-1.11-SNAPSHOT dir to a CentOS server
4 ./bin/start-cluster.sh on the CentOS server
There's message:
Starting cluster.
Starting standalonesession daemon on host test_3.6.
: Name or service not knownname localhost
Only the jobMgr is started. The taskMgr not start
Any insight on this?
Thanks
Lei