Hi Lei, Could you check whether the hostname 'localhost' is available on your CentOS machine? This is usually defined in "/etc/hosts". You can also try to modify the slaves file, replacing 'localhost' with '127.0.0.1'. The path is: <FLINK_DIR>/conf/slaves
Thank you~ Xintong Song On Thu, Apr 30, 2020 at 11:38 AM [email protected] < [email protected]> wrote: > > 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 > > ------------------------------ > [email protected] <[email protected]> >
