You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/11/23 20:07:39 UTC

[jira] Created: (HADOOP-6384) EC2 create-formatted-snapshot command assumes that the default group has port 22 open

EC2 create-formatted-snapshot command assumes that the default group has port 22 open
-------------------------------------------------------------------------------------

                 Key: HADOOP-6384
                 URL: https://issues.apache.org/jira/browse/HADOOP-6384
             Project: Hadoop Common
          Issue Type: Bug
          Components: contrib/ec2
            Reporter: Tom White
            Assignee: Tom White


The scripts in HADOOP-6108 use the "default" group to create an instance in when creating EBS snapshots. They then try to SSH to the instance, but there is no guarantee that port 22 is open. The fix is to use a temporary cluster-snapshot group with relevant authorization.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.