|
|
-
configure mapreduce to work with pem files.Pedro Sá da Costa 2013-02-13, 11:46
I'm trying to configure ssh for the Hadoop mapreduce, but my nodes only
communicate with each others using RSA keys in pem format. (It doesn't work) ssh user@host Permission denied (publickey). (It works) ssh -i ~/key.pem user@host The nodes in mapreduce communicate using ssh. How I configure the ssh, or the mapreduce to work with the pem file. -- Best regards, P +
Chris Embree 2013-02-13, 12:59
+
Harsh J 2013-02-13, 12:58
|