Closed sidharthachatterjee closed 9 years ago
+1
I didn't dig into this, but is there any quick workaround?
Okay, I've figured out the issue.
Last evening, version 3.0.0 of cassandra was pushed to its PPA.
When not passing in a specific release version (by passing it in via the --release
flag), the configure script (https://github.com/riptano/ComboAMI/blob/2.6/ds2_configure.py#L417) downloads the latest cassandra
which dsc22 complains about since it needs version 2.2.3
.
A quick fix for this is to pass --release 2.2.3
in the user data. A proper fix would involve updating the else branch to specify a suitable version of cassandra to install.
That's the correct workaround, and we'll update the install scripts handle 3.0 shortly.
Alright. Thank you, @mlococo.
Should be fixed now.
@mlococo Ah, that was quick. Thank you.
Hello,
I am trying to use http://thecloudmarket.com/image/ami-8a3b35d8--datastax-auto-clustering-ami-2-6-3-1404-hvm and am facing the following issue —
The user data I am passing is —
--clustername Insider --totalnodes 1 --version community --repository https://github.com/riptano/ComboAMI#b37423990fe18c2d942c1823b322b58f0c390b09
This occurs when I don't pass in the repository option as well. I tried that because I noticed that it was a fix for a similar issue.