Created on 03-10-2017 08:55 AM - edited 09-16-2022 08:43 AM
Attempting to bootstrap a Java8 cluster from the CLI. Everything seems to go well, and then this happens:
* Waiting for Cloudera Manager installation to complete .................. done
* Installing Cloudera Manager agents on all instances in parallel (20 at a time) .................................... done
* Creating CDH5 cluster using the new instances ... done
* Creating cluster: cdh-java8-test ........................................................... done
* java.lang.IllegalArgumentException: CDH=5.9.1-1.cdh5.9.1.p0.4 not found in list of all parcels. ...
The problem appears to be that for some reason the parcel name its looking for has an equal sign instead of a dash in it. I'm not sure how this is happening, here's the snippet of my conf file that tells it the version (based on aws-simple.conf from Github):
products {
CDH: 5 # includes Impala and Spark
}
I do not have any parcel repo definitions in the conf file.
EDIT - I'm running Director 2.2.
Created 03-11-2017 07:03 PM
Created 03-10-2017 03:33 PM
Created 03-11-2017 07:03 PM