Created on 08-15-2014 09:30 AM - edited 09-16-2022 02:05 AM
Hello,
I am going through the Cloudera Manager wizard to add more EC2 instances to my cluster and am getting the error when trying to continue or test the AWS credentials:
Guice creation errors: 1) org.jclouds.rest.RestContext<org.jclouds.aws.ec2.awsec2client, a=""> cannot be used as a key; It is not fully specified. 1 error
I know the credentials are valid because i reisssued them to troubleshoot this issue.
Created 08-15-2014 11:27 AM
Created 08-15-2014 11:37 AM
Nice catch.
For reference this is documented in the Known Issues / Release notes:
=========
AWS Installation wizard requires Java 7u45 to be installed on Cloudera Manager Server host
Cloudera Manager 5.1 installs Java 7u55 by default. However, the AWS installation wizard does not work with Java 7u55 due to a bug in the jClouds version packaged with Cloudera Manager.
$ sudo service cloudera-scm-server stop
$ sudo service cloudera-scm-server start
=========
Regards,
--
Created 08-15-2014 11:27 AM
Created 08-15-2014 11:37 AM
Nice catch.
For reference this is documented in the Known Issues / Release notes:
=========
AWS Installation wizard requires Java 7u45 to be installed on Cloudera Manager Server host
Cloudera Manager 5.1 installs Java 7u55 by default. However, the AWS installation wizard does not work with Java 7u55 due to a bug in the jClouds version packaged with Cloudera Manager.
$ sudo service cloudera-scm-server stop
$ sudo service cloudera-scm-server start
=========
Regards,
--
Created 08-15-2014 11:38 AM
Thanks for the reply!