Member since
10-13-2014
119
Posts
9
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2224 | 04-04-2016 10:25 PM | |
4130 | 02-04-2016 04:13 PM | |
3482 | 02-04-2016 03:59 PM | |
2345 | 11-23-2015 11:11 PM | |
7473 | 10-23-2015 06:36 PM |
04-04-2016
10:25 PM
Please check file permissions (the cloudera-director user should have write permissions) and restart the server.
... View more
02-04-2016
04:13 PM
1 Kudo
The underlying cause of the failure seems to be a failure to start Kafla: [2016-02-01 19:10:58] ERROR [pipeline-thread-35] - c.c.l.b.UnboundedWaitForApiCommand: Command Start with ID 72 failed. Details: ApiCommand{id=72, name=Start, startTime=Mon Feb 01 19:10:10 EST 2016, endTime=Mon Feb 01 19:10:10 EST 2016, active=false, success=false, resultMessage=Failed to start service., serviceRef=ApiServiceRef{peerName=null, clusterName=Atlas-Test, serviceName=CD-KAFKA-MnViYSKk}, roleRef=null, hostRef=null, parent=null} Cloudera Manager command execution history should have more details. I believe get this error because the Kafka parcel is not distributed (as you know Kafka is not included in the CDH parcel). Please add "KAFKA: 0.8.2" to the products {} block. You may also need to add reference to the precise parcel repositories you want to use.
... View more
02-04-2016
03:59 PM
It's likely that this is a transient error due to a network connectivity issue. Can you please retry? Do you get this failure in a consistent way?
... View more
01-07-2016
10:57 AM
This is an example on how you can have strict control over version numbers for all the diferrent components: cloudera-manager {
repository: "http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.5.1/"
repositoryKeyUrl: "http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera"
[...]
}
cluster {
products {
CDH: 5.5.1
}
parcelRepositories: ["http://archive.cloudera.com/cdh5/parcels/5.5.1/"]
[...]
} It's important that when you override the parcel version you also change Cloudera Manager repository to be in sync. Older versions of Cloudera Manager do not support newer versions of CDH and in some cases you may get hard to debug non-determistic failures. Do you have a NAT instance in your environment? Could that be affected by high load?
... View more
01-06-2016
11:25 AM
This may also happen due to one of the recent maintainance releases. Please check the following properties for accuracy: within the cloudera-manager {} block repository: and repositoryKeyUrl: within the cluster {} block products {} and parcelRepositories:
... View more
01-06-2016
07:15 AM
Hi Dustin - Is this transient? It could a tempoary Cloudera CDN / download site error. Did the AWS environment change in a way that could impact outbound internet access? (new security group rules, network ACLs, NAT instance changes etc.) It could help to add "yum clean all" to the bootstrap script to make sure there is no stale information.
... View more
11-23-2015
11:11 PM
You can use rootVolumeSizeGB to expand a custom AMI. The size of DFS can be managed indirectly by your choice of instance types. We have no other ways to control the number of ephemeral drives and we don't support EBS for data disks (only as the root partition).
... View more
10-23-2015
07:10 PM
1 Kudo
Exactly right. Installing custom software can be automated via a boostrap script but in this case for Geomesa I think you will need some automation that runs after the cluster is configured via Director, that's true if Geomesa needs the Accumulo service up and running to start. The get Accumulo installed via Cloudera Director you will need to switch from using the UI to using a client configuration file. That allows for more control over your choice of parcel repositories and service types. You can find configuration files examples here: https://github.com/cloudera/director-scripts/tree/master/configs
... View more
10-23-2015
06:56 PM
That's great! Can you share more about your use case? What services are you planning to run part of the cluster? Is this going to be a long running cluster?
... View more
10-23-2015
06:36 PM
1 Kudo
On eu-west-1 (Ireland) you could try the official CentOS 6.5 marketplace AMI with ID: ami-42718735 https://aws.amazon.com/marketplace/pp/B00IOYDTV6 (you can find it by clicking on Continue and on the Manual Launch tab) Another option is to use RHEL 6.6 HVM community AMI with ID: ami-cf3b47b8 I found that by doing a search on the Community AMIs page for "rhel-6.6 hvm 2015". It's good that you are using AmazonProvidedDNS because that's easiest option to start with.
... View more