Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/hadoop/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hadoop whirr无法连接到自定义AMI-EC2_Hadoop_Amazon Ec2_Amazon Ami_Apache Whirr - Fatal编程技术网

Hadoop whirr无法连接到自定义AMI-EC2

Hadoop whirr无法连接到自定义AMI-EC2,hadoop,amazon-ec2,amazon-ami,apache-whirr,Hadoop,Amazon Ec2,Amazon Ami,Apache Whirr,嗨,我正在尝试使用whirr在EC2上进行Hadoop部署。如果我使用一个公开的Ubuntu AMI,我的集群就会被部署,一切都会正常运行。但是,如果我使用自己的定制RHEL AMI,那么我的启动会因为ssh而失败。以下是我所知道的情况。Whirr创建一个新的密钥对,并使用该密钥对登录实例。但是,ssh进入实例失败。这告诉我新实例的设置有问题。我非常感谢您的帮助。Ubuntu AMI的默认用户为“Ubuntu”-RHEL AMIs的默认根用户为“root”。在设置新节点时仔细检查whirr使用的

嗨,我正在尝试使用whirr在EC2上进行Hadoop部署。如果我使用一个公开的Ubuntu AMI,我的集群就会被部署,一切都会正常运行。但是,如果我使用自己的定制RHEL AMI,那么我的启动会因为ssh而失败。以下是我所知道的情况。Whirr创建一个新的密钥对,并使用该密钥对登录实例。但是,ssh进入实例失败。这告诉我新实例的设置有问题。我非常感谢您的帮助。

Ubuntu AMI的默认用户为“Ubuntu”-RHEL AMIs的默认根用户为“root”。在设置新节点时仔细检查whirr使用的用户名-我怀疑它使用的是“ubuntu”默认用户名,因此无法通过SSH连接到RHEL节点