You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Flavian Alexandru (JIRA)" <ji...@apache.org> on 2014/03/18 22:30:43 UTC

[jira] [Created] (MESOS-1124) Mesos EC2 scripts: Cannot find any cluster

Flavian Alexandru created MESOS-1124:
----------------------------------------

             Summary: Mesos EC2 scripts: Cannot find any cluster
                 Key: MESOS-1124
                 URL: https://issues.apache.org/jira/browse/MESOS-1124
             Project: Mesos
          Issue Type: Bug
          Components: ec2
    Affects Versions: 0.17.0
         Environment: MacOS X Mavericks, 0.19.2
            Reporter: Flavian Alexandru
            Priority: Critical
             Fix For: 0.19.0


Currently, the Mesos EC2 scripts are consistently failing to perform any management tasks after launching a cluster.

The below will work as expected:
{code}
 ./mesos-ec2 -k "mkey" -i mykey.pem -w 550 -z "us-east-1c" -t m1.large launch mycluster
{/code}

After the cluster is launched:
{code}
 ./mesos-ec2 -k "mykey" -i mykey.pem login mycluster // fails
// ERROR: Could not find any existing cluster
{/code}






--
This message was sent by Atlassian JIRA
(v6.2#6252)