Member since
10-13-2014
119
Posts
9
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2206 | 04-04-2016 10:25 PM | |
4119 | 02-04-2016 04:13 PM | |
3472 | 02-04-2016 03:59 PM | |
2334 | 11-23-2015 11:11 PM | |
7404 | 10-23-2015 06:36 PM |
12-04-2014
02:14 PM
You can get the list file and the relevant key from here: http://archive.cloudera.com/director/ubuntu/precise/amd64/director/ You need to copy cloudera-director.list to /etc/apt/sources.list.d, load the key (via sudo apt-key add archive.key). After all that the initial apt-get install command should just work.
... View more
12-04-2014
12:56 PM
Have you configured the proper repositories? What operating system are you using?
... View more
11-17-2014
05:11 PM
> What would happen if I tried adding the nodes back in via the manager 'add new hosts to cluster'? The behavior is undefined. Director needs to do that on its own. It can't deal with external cluster topology modifications.
... View more
11-17-2014
05:04 PM
If you decide to use ephemeral storage (it's free - included in the instance price) then a 50-100GB root disk drive will probably work just fine.
... View more
11-17-2014
05:00 PM
I understand. My suggestion would be to evaluate some of the first / second generation AWS instance types with magnetic drives for ephemeral storage. For example m1.xlarge has 1.6TB of storage. My guess is that you will get better performance but I don't know if that's acceptable from a cost perspective. With regards to backups - S3 is the way to go unless you have a very strict SLA that requires another online cluster.
... View more
11-17-2014
04:47 PM
Even for long running clusters ephemeral storage is better from a performance perspective. You already get replication from HDFS. Are you using EBS as way to recover from instance failure?
... View more
11-17-2014
04:43 PM
A restart is required after changing any configuration option from that file.
... View more
11-17-2014
04:38 PM
How are you using those 1TB volumes? By default Director will try to use ephemeral storage for HDFS.
... View more
11-17-2014
04:37 PM
Currently Director considers this type of failures as being unrecoverable. We are planning to make it possible to retry in a future release but that wouldn't solve this failure. For your usecase what you probably need to do is to increase the SSH read timeout by changing the following configuration: lp.ssh.readTimeoutInSeconds either as a command line argument or by editing the configuration files under /etc/cloudera-director-server or /etc/cloudera-director (used when running in standalone mode). The read timeout should be larger than the amount of time it takes to perform that resize operation.
... View more
11-17-2014
11:26 AM
Thanks for feedback. We are working a better story for error recovery and root cause analysis.
... View more