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)