Created on 07-11-2016 10:48 AM - edited 09-16-2022 03:29 AM
Hi,
We are using cloudera director 2.1 and trying to install the CM 5.7.1, along with the same below are some sections where we have also added Kudu Parcel reference;
products {
CDH: 5.7.1
KAFKA: 2.0.0
KUDU: 0.9.1
}
parcelRepositories: ["http://archive.cloudera.com/cdh5/parcels/5.7.1/","http://archive-primary.cloudera.com/kafka/parcels/..."]
services: [HDFS, YARN, ZOOKEEPER,HIVE, HUE, OOZIE, SENTRY, SPARK_ON_YARN, KAFKA,KUDU]
Along with KUDU_TSERVER & KUDU_Master Roles.
There are two main error which we are getting after running command as per below;
sudo cloudera-director bootstrap-remote Bigdatacluster.conf --lp.remote.username=admin --lp.remote.password=admin -- lp.remote.hostAndPort=localhost:7189
1]
ClouderaManagerException{message="API call to Cloudera Manager failed. Method=RoleConfigGroupsResource.updateConfig",causeClass=class
javax.ws.rs.BadRequestException, causeMessage="HTTP 400 Bad Request"}
-----
Not getting any reference for this error, need help on the same.
2]
Invalid role type(s) specified. Ignored during role creation:
KUDU: KUDU_TSERVER,KUDU_MASTER
------
How can we setup kudu as a part of this config?
Can any member please help me on the same.
Thanks in advance,
Amit
Created 07-12-2016 06:41 PM
Amit, I wanted to clarify something based on feedback that I got. If you use Directo to setup a cluster without Kudu, and then add Kudu via CM, then Director will not be able to grow or shrink the cluster thereafter as the topology has changed outside of Director. So, whether to use Director or not depends on your use-case - if you are looking at it as the means of a one-time setup that isn't going to require modifications via Director thereafter, then Director could meet your needs. However, if you want to continue using Director, then adding Kudu out-of-band will not work with Director 2.1.
Created 07-11-2016 06:26 PM
Created 07-12-2016 06:41 PM
Amit, I wanted to clarify something based on feedback that I got. If you use Directo to setup a cluster without Kudu, and then add Kudu via CM, then Director will not be able to grow or shrink the cluster thereafter as the topology has changed outside of Director. So, whether to use Director or not depends on your use-case - if you are looking at it as the means of a one-time setup that isn't going to require modifications via Director thereafter, then Director could meet your needs. However, if you want to continue using Director, then adding Kudu out-of-band will not work with Director 2.1.
Created 07-13-2016 02:28 AM
Thank you Vinithra. However, any ided that how soon the kudu support will be available in cloudera director?
Created 07-13-2016 10:51 AM