-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Hi,
I currently try to get mpich2-yarn running on AWS EMR. I installed mpich-3.1.2 on all machines and compiled on master. Executing this
hadoop jar mpich2-yarn/target/mpich2-yarn-1.0-SNAPSHOT.jar -a cpi -M 1024 -m 1024 -n 2
I get the following error:
14/09/18 16:20:40 INFO util.Utilities: Connecting to ApplicationMaster at ip-172-31-43-192.ec2.internal/172.31.43.192:54288
14/09/18 16:20:40 INFO client.Client: Initializing ApplicationMaster
14/09/18 16:20:48 INFO client.Client: all containers are launched successfully, executing mpiexec...
14/09/18 16:20:48 INFO client.Client: [stderr] Host key verification failed.
Any idea to fix that? Do I have to enable ssh key less login to all nodes? I thought this will be dropped via YARN.
Thanks a lot Markus